[clang] [flang] [llvm] add -floop-fuse to clang and flang (PR #142686)

Tarun Prabhu via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 06:41:46 PDT 2025


================
@@ -204,6 +205,10 @@ static cl::opt<bool>
     EnableLoopInterchange("enable-loopinterchange", cl::init(false), cl::Hidden,
                           cl::desc("Enable the LoopInterchange Pass"));
 
+static cl::opt<bool> EnableLoopFuse("enable-loopfuse", cl::init(false),
----------------
tarunprabhu wrote:

NIT:
```suggestion
static cl::opt<bool> EnableLoopFuse("enable-loopfusion", cl::init(false),
```

https://github.com/llvm/llvm-project/pull/142686


More information about the llvm-commits mailing list