[llvm] [Passes] Move LoopInterchange into optimization pipeline (PR #145503)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 05:13:55 PDT 2025
================
@@ -690,9 +690,6 @@ PassBuilder::buildFunctionSimplificationPipeline(OptimizationLevel Level,
LPM2.addPass(LoopDeletionPass());
- if (PTO.LoopInterchange)
- LPM2.addPass(LoopInterchangePass());
----------------
kasuga-fj wrote:
It might be reasonable to keep this, at least for now?
https://github.com/llvm/llvm-project/pull/145503
More information about the llvm-commits
mailing list