[Mlir-commits] [clang] [flang] [mlir] [Flang][Driver]Implemented the support for option -f[no-]optimize-sibling-calls in Flang (PR #216650)
Tarun Prabhu
llvmlistbot at llvm.org
Mon Aug 17 19:55:54 PDT 2026
https://github.com/tarunprabhu requested changes to this pull request.
In general, for options that have both `-f<option>`, and `-fno-<option>` variants, we should only be forwarding one to the compiler. Specifically, it should be the one that inverts the default behavior.
https://github.com/llvm/llvm-project/pull/216650
More information about the Mlir-commits
mailing list