[Mlir-commits] [mlir] [mlir][bufferization] Refine tensor-buffer compatibility checks (PR #167705)
Andrei Golubev
llvmlistbot at llvm.org
Tue Nov 18 01:56:34 PST 2025
================
@@ -83,3 +83,40 @@ func.func @test_dealloc_op(%arg0: memref<2xf32>, %arg1: memref<4xi32>,
bufferization.dealloc
return %0#0, %0#1 : i1, i1
}
+
----------------
andrey-golubev wrote:
note: moved the tests that were originally in tensorlike_bufferlike.mlir to ops.mlir. this seems to be a better place since the tests essentially check what *operations* can do.
https://github.com/llvm/llvm-project/pull/167705
More information about the Mlir-commits
mailing list