[Mlir-commits] [mlir] [mlir][bufferization] implement BufferizableOpInterface for concat op (PR #140171)

Jeremy Kun llvmlistbot at llvm.org
Sat May 17 19:04:11 PDT 2025


j2kun wrote:

> ```
> mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp:1097:54: error: no member named 'ToMemrefOp' in namespace 'mlir::bufferization'
> ```
> 
> Is this fixed with [1bc0043](https://github.com/llvm/llvm-project/commit/1bc004346784b91085ebaeed9be15de189d74817)?

Cf. https://github.com/llvm/llvm-project/pull/140355/commits/0832a8693777d17fbcd5d13d31e28deb11ae7133

CI passed and it was rebased...

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


More information about the Mlir-commits mailing list