Files
clang-p2996/mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
Matthias Springer caa2a4ae6a [mlir][bufferization] Remove deallocationFn from BufferizationOptions (#67128)
One-Shot Bufferize no longer deallocates buffers, so `deallocationFn`
can be removed.

Note: There is a `bufferization.dealloc_tensor` op that now always
bufferizes to `memref.dealloc`. This op will be phased out soon.
2023-09-22 15:14:40 +02:00

38 KiB