================ @@ -316,6 +312,7 @@ PipelineTuningOptions::PipelineTuningOptions() { LoopVectorization = true; SLPVectorization = false; LoopUnrolling = true; + LoopInterchange = false; ---------------- Meinersbur wrote:
The default of `LoopInterchange` could be initialized with `EnableLoopInterchange`, as done by `MergeFunctions = EnableMergeFunction`. Not important for me, but someone might want to keep `-mllvm -enable-loopinterchange` working, e.g. for non-Clang drivers. https://github.com/llvm/llvm-project/pull/125830 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits