[Mlir-commits] [mlir] [mlir][bufferization] Clone simplify fails when input and result type not cast compatiable (PR #71310)

donald chen llvmlistbot at llvm.org
Thu Jan 11 06:32:24 PST 2024


================
@@ -267,21 +279,6 @@ func.func @alloc_tensor_canonicalize() -> (tensor<4x5x?xf32>) {
 
 // -----
 
-func.func @dealloc_canonicalize_clone_removal(%arg0: memref<?xindex>) -> memref<*xf32> {
----------------
cxy-1993 wrote:

Because this copy is not cast compatible, I indeed should not have directly deleted it. I have re-implemented this test using another approach.

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


More information about the Mlir-commits mailing list