[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:58 PDT 2026


================

----------------
kaviya2510 wrote:

Yes, it is necessary. `disable-tail-calls` is not an HLFIR/FIR attribute and it is an llvm dialect attribute which is set by `FunctionAttr` pass. The mlir test is added here: mlir/test/Target/LLVMIR/disable-tail-calls.mlir.

This integration test verifies the end-to-end flow for `-fno-optimize-sibling-calls` flag.

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


More information about the Mlir-commits mailing list