[Mlir-commits] [mlir] Revert "[MLIR] Add bufferization state class to OneShotBufferization pass" (PR #141012)

Michele Scuttari llvmlistbot at llvm.org
Thu May 22 11:36:03 PDT 2025


mscuttari wrote:

I've found the cause of the problem.
#140355 introduced the implementation of the bufferization interface for tensor::ConcatOp. However my branch, even if rebased to avoid conflicts, was on an older commit. The checks therefore passed before the merge, but not anymore after the commits got squashed and applied on head.

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


More information about the Mlir-commits mailing list