[Mlir-commits] [mlir] [mlir][linalg][nfc] Delete references to args_in/args_out (PR #111517)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Oct 10 05:22:44 PDT 2024


================
@@ -664,8 +664,6 @@ merged into a single step. Canonicalization removes the clone operation and
 func.func @reuseTarget(%arg0: memref<2xf32>, %result: memref<2xf32>){
   %temp = memref.alloc() : memref<2xf32>
   test.generic {
-    args_in = 1 : i64,
-    args_out = 1 : i64,
----------------
banach-space wrote:

Sounds like I've addressed your comment then? Asking as according to GitHub you are still "requesting changes" :)

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


More information about the Mlir-commits mailing list