================ ---------------- 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
