[Mlir-commits] [mlir] Revert "[MLIR] Add bufferization state class to OneShotBufferization pass" (PR #141012)
Michele Scuttari
llvmlistbot at llvm.org
Thu May 22 11:30:03 PDT 2025
mscuttari wrote:
I've found the cause of the problem.
#140171 introduced the implementation of the bufferization interface for `tensor::ConcatOp`. However, my branch, even if rebased, was on a later 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