[flang-commits] [flang] [mlir] [mlir] share argument attributes interface between calls and callables (PR #123176)

River Riddle via flang-commits flang-commits at lists.llvm.org
Mon Jan 27 11:04:24 PST 2025


================
@@ -96,7 +138,7 @@ def CallableOpInterface : OpInterface<"CallableOpInterface"> {
   }];
   let cppNamespace = "::mlir";
 
-  let methods = [
+  let methods = !listconcat(ArgumentAttributesMethods.methods, [
----------------
River707 wrote:

Same here.

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


More information about the flang-commits mailing list