[Mlir-commits] [clang] [flang] [mlir] [Flang][Driver]Implemented the support for option -f[no-]optimize-sibling-calls in Flang (PR #216650)

Tom Eccles llvmlistbot at llvm.org
Mon Aug 17 06:03:02 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
----------------
tblah wrote:

nit: extra space

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


More information about the Mlir-commits mailing list