Files
llvm/mlir/lib/Dialect/Bufferization
Matthias Springer 6badbd6fd3 [mlir][linalg] BufferizeToAllocation: Bufferize non-allocating ops
Until now, only `tensor.pad` ops could be bufferized to an allocation. This revision adds support for all bufferizable ops that do not already bufferize to an allocation. (Those still need special handling.)

Differential Revision: https://reviews.llvm.org/D153971
2023-07-04 14:46:54 +02:00
..