[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:23 PST 2025


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

You should be able to just use the operator for this `] # ArgumentAttributesMethods.methods`

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


More information about the flang-commits mailing list