[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:12:54 PDT 2026
================
@@ -32,6 +32,7 @@ ENUM_CODEGENOPT(ProfileUse, llvm::driver::ProfileInstrKind, 2, llvm::driver::Pro
CODEGENOPT(InstrumentFunctions, 1, 0) ///< Set when -finstrument_functions is
///< enabled on the compile step.
+CODEGENOPT(DisableTailCalls , 1, 0) ///< Do not emit tail calls
----------------
kaviya2510 wrote:
Thankyou for the review @tblah
https://github.com/llvm/llvm-project/pull/216650
More information about the Mlir-commits
mailing list