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

Andrei Golubev llvmlistbot at llvm.org
Thu Jun 11 07:52:34 PDT 2026


andrey-golubev wrote:

> Looks good overall! Are you going to add another hook in a follow-up PR to materialize the reconciliation? I.e., the lambda that actually builds the `memref.cast` etc.

Yes, I think it's good enough to separate the two hooks. I am also not fully done with the one for cast, I'm trying to fit it into multiple places and not all of them just work (i look at some more exotic cases that allow mismatches in custom types).

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


More information about the Mlir-commits mailing list