[clang] [llvm] [Clang][Driver] Add an option to control loop-interchange (PR #125830)
Sjoerd Meijer via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 04:09:35 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list