[Mlir-commits] [mlir] Enable custom alloc-like ops in `promoteBufferResultsToOutParams` (PR #120288)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Dec 19 09:48:10 PST 2024


srcarroll wrote:

> i think in addition to this, we should also enable custom alloc op in
> 
> https://github.com/llvm/llvm-project/blob/1db8e794fc718ba3720789659ebba47c9e7e05a8/mlir/lib/Dialect/Bufferization/Transforms/BufferResultsToOutParams.cpp#L180
> 
> via bufferization option callback like the copy function. @matthias-springer any thoughts?

@matthias-springer i ended up doing this, but if you disagree i can always revert.

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


More information about the Mlir-commits mailing list