[Mlir-commits] [clang] [flang] [mlir] [Flang][Driver]Implemented the support for option -f[no-]optimize-sibling-calls in Flang (PR #216650)
Slava Zakharin
llvmlistbot at llvm.org
Mon Aug 17 09:31:46 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
----------------
vzakhari wrote:
Can you please add more cases, e.g. no option, combinations of true/false flags?
https://github.com/llvm/llvm-project/pull/216650
More information about the Mlir-commits
mailing list