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


================
@@ -0,0 +1,12 @@
+! test -fno-optimize-sibling-calls flag disables tail call optimization
+
+! RUN: %flang_fc1 -emit-llvm -O2 -fno-optimize-sibling-calls -o - %s | FileCheck %s
----------------
kaviya2510 wrote:

same here, Invalid scenario after addressing @tarunprabhu comments.

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


More information about the Mlir-commits mailing list