[Mlir-commits] [mlir] [mlir][bufferization] Introduce reconcileBufferTypeMismatchFn hook (PR #202667)

Andrei Golubev llvmlistbot at llvm.org
Mon Jun 22 02:08:38 PDT 2026


================
@@ -4178,6 +4178,104 @@ def TestCreateMemrefOp : TEST_Op<"create_memref_op"> {
   let results = (outs Arg<Bufferization_BufferLikeTypeInterface>:$output);
 }
 
+def TestTensorWithFutureLayoutOp
----------------
andrey-golubev wrote:

yes, both were needed / convenient to keep IR small and to still have layout mismatches.

rewrote the descriptions, I think i'll proceed with merging this as it is now, but please feel free to comment later if you find the descriptions bad, i can fix them in the follow-up also.

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


More information about the Mlir-commits mailing list