[clang] [flang] [llvm] Introduce -fexperimental-loop-fuse to clang and flang (PR #142686)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 28 01:46:48 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:
Done in the latest revision. This eliminated negative option. Is it possible to have similar thing on Flang side?
https://github.com/llvm/llvm-project/pull/142686
More information about the llvm-commits
mailing list