Files
clang-p2996/mlir/lib/Dialect/Bufferization/IR/BufferDeallocationOpInterface.cpp
Martin Erhart 942ce31985 [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.
2023-09-14 14:34:04 +02:00

10 KiB