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

Matthias Springer llvmlistbot at llvm.org
Thu Jan 11 03:31:48 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> {
----------------
matthias-springer wrote:

Why is this test removed?

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


More information about the Mlir-commits mailing list