[Mlir-commits] [mlir] [mlir][bufferization] Introduce reconcileBufferTypeMismatchFn hook (PR #202667)
Matthias Springer
llvmlistbot at llvm.org
Tue Jun 16 08:34:46 PDT 2026
================
@@ -4178,6 +4178,104 @@ def TestCreateMemrefOp : TEST_Op<"create_memref_op"> {
let results = (outs Arg<Bufferization_BufferLikeTypeInterface>:$output);
}
+def TestTensorWithFutureLayoutOp
----------------
matthias-springer wrote:
What's the difference between `TestTensorWithFutureLayoutOp` and `TestForceNewLayoutOp`? They have the same description. Would a single testing op (maybe with an extra attribute) suffice? If not possible, please make clear what the difference is in the description.
https://github.com/llvm/llvm-project/pull/202667
More information about the Mlir-commits
mailing list