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

Michele Scuttari llvmlistbot at llvm.org
Thu May 22 01:11:18 PDT 2025


mscuttari wrote:

The previous PR should be now fixed. The `bufferize` method for `tensor::ConcatOp` was not updated, thus not matching the interface signature anymore. Weirdly, all the remaining interfaces within the same compilation unit were updated. Wondering how it escaped during both local compilation and PR checks. I have searched for all the occurences of `bufferize(`, which should correspond to method declarations and calls, and everything should be fixed now. However, given the previous fail and the many touched points within the repo, I would appreciate if someone could actually double check before merging again.

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


More information about the Mlir-commits mailing list