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

Reply via email to