================
@@ -316,6 +312,7 @@ PipelineTuningOptions::PipelineTuningOptions() {
   LoopVectorization = true;
   SLPVectorization = false;
   LoopUnrolling = true;
+  LoopInterchange = false;
----------------
sjoerdmeijer wrote:

Good idea, that's now fixed.

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

Reply via email to