[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 24 07:34:02 PDT 2026
================
@@ -501,6 +505,7 @@ def FunctionAttr : Pass<"function-attr", "mlir::func::FuncOp"> {
"Set LLVM readonly attribute on INTENT(IN) by-reference "
"function arguments, if possible">,
];
+ let dependentDialects = ["mlir::LLVM::LLVMDialect"];
----------------
tarunprabhu wrote:
Is this PR doing something that requires this dependence to be explicit?
https://github.com/llvm/llvm-project/pull/216650
More information about the Mlir-commits
mailing list