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

Javed Absar llvmlistbot at llvm.org
Thu Oct 10 04:11:24 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,
----------------
javedabsar1 wrote:

Up to you really.
 I meant if args_in args_out are present in files like `mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td` which lot of folks read, removing  it is still better than 'fix everything or fix nothing'
then

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


More information about the Mlir-commits mailing list