[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 04:02:22 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:
What are you suggesting? Partial update in this file? TBH, I'd rather skip it.
https://github.com/llvm/llvm-project/pull/111517
More information about the Mlir-commits
mailing list