Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4, llvmorg-17.0.3, llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0
# 942ce319 14-Sep-2023 Martin Erhart <merhart@google.com>

[mlir][bufferization] BufferDeallocationOpInterface: support custom ownership update logic (#66350)

Add a method to the BufferDeallocationOpInterface that allows operations to implement the interfac

[mlir][bufferization] BufferDeallocationOpInterface: support custom ownership update logic (#66350)

Add a method to the BufferDeallocationOpInterface that allows operations to implement the interface and provide custom logic to compute the ownership indicators of values it defines. As a demonstrating example, this new method is implemented by the `arith.select` operation.

show more ...


# 89117f18 12-Sep-2023 Martin Erhart <merhart@google.com>

[mlir][bufferization] BufferDeallocationOpInterface: support custom ownership update logic

Add a method to the BufferDeallocationOpInterface that allows operations to
implement the interface and pro

[mlir][bufferization] BufferDeallocationOpInterface: support custom ownership update logic

Add a method to the BufferDeallocationOpInterface that allows operations to
implement the interface and provide custom logic to compute the ownership
indicators of values it defines. As a demonstrating example, this new method is
implemented by the `arith.select` operation.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D158828

show more ...