[Mlir-commits] [mlir] [mlir][linalg][nfc] Delete references to args_in/args_out (PR #111517)
Javed Absar
llvmlistbot at llvm.org
Wed Oct 9 14:27:21 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:
Even if you don’t fix everything … fixing some parts is already an improvement .
https://github.com/llvm/llvm-project/pull/111517
More information about the Mlir-commits
mailing list