nikic wrote: Ooops.
> Default the -floop-interchange flag on at -O3 for both frontends so they > match the pipeline default. It looks like PassBuilderPipelines does not actually condition LoopInterchange on O3. Should we match that and enable it for all opt levels? The pass is quite cheap now, so I don't mind. https://github.com/llvm/llvm-project/pull/216920 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
