[llvm] [LoopInterchange] Enable it by default (WIP) (PR #124911)
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 02:42:30 PST 2025
================
@@ -201,7 +201,7 @@ static cl::opt<bool> RunNewGVN("enable-newgvn", cl::init(false), cl::Hidden,
cl::desc("Run the NewGVN pass"));
static cl::opt<bool> EnableLoopInterchange(
- "enable-loopinterchange", cl::init(false), cl::Hidden,
+ "enable-loopinterchange", cl::init(true), cl::Hidden,
----------------
sjoerdmeijer wrote:
Thanks for the suggestion, agree that this would be convenient to have. I will create a separate patch for this.
https://github.com/llvm/llvm-project/pull/124911
More information about the llvm-commits
mailing list