[clang] [flang] [llvm] Introduce -fexperimental-loop-fuse to clang and flang (PR #142686)
Madhur Amilkanthwar via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 16 01:47:00 PDT 2025
================
@@ -65,6 +65,9 @@ class PipelineTuningOptions {
/// false.
bool LoopInterchange;
+ /// Tuning option to enable/disable loop fusion. Its default value is false.
+ bool LoopFusion;
----------------
madhur13490 wrote:
Yes, that is another option. https://github.com/llvm/llvm-project/pull/158844. Can you please have a quick look?
https://github.com/llvm/llvm-project/pull/142686
More information about the cfe-commits
mailing list