[clang] [flang] [llvm] Introduce -fexperimental-loop-fuse to clang and flang (PR #142686)

Madhur Amilkanthwar via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 28 10:05:52 PDT 2025


================
@@ -6870,6 +6870,8 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
                   options::OPT_fno_unroll_loops);
   Args.AddLastArg(CmdArgs, options::OPT_floop_interchange,
                   options::OPT_fno_loop_interchange);
+  Args.AddLastArg(CmdArgs, options::OPT_fexperimental_loop_fusion,
----------------
madhur13490 wrote:

Yes, I spoke too soon. That works.


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


More information about the cfe-commits mailing list