[Mlir-commits] [clang] [flang] [mlir] [Flang][Driver]Implemented the support for option -f[no-]optimize-sibling-calls in Flang (PR #216650)
Kaviya Rajendiran
llvmlistbot at llvm.org
Wed Aug 19 03:51:47 PDT 2026
================
@@ -367,6 +367,10 @@ void Flang::addCodegenOptions(const ArgList &Args,
options::OPT_funroll_loops, options::OPT_fno_unroll_loops,
options::OPT_relaxed_c_loc});
+ if (Arg *A = Args.getLastArg(options::OPT_foptimize_sibling_calls,
----------------
kaviya2510 wrote:
I agree, updated the changes in recent commit
https://github.com/llvm/llvm-project/pull/216650
More information about the Mlir-commits
mailing list