[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
================
@@ -65,6 +65,9 @@ class PipelineTuningOptions {
/// false.
bool LoopInterchange;
+ /// Tuning option to enable/disable loop fuse. Its default value is false.
+ bool LoopFuse;
----------------
tarunprabhu wrote:
NIT:
```suggestion
bool LoopFusion;
```
https://github.com/llvm/llvm-project/pull/142686
More information about the llvm-commits
mailing list