2 Commits

Author SHA1 Message Date
Matthias Springer
7b3c662da9 [mlir][linalg] Convert tensor.pad to destination style
This can be a pre-processing for bufferization and allows for more efficient lowerings without an alloc.

Differential Revision: https://reviews.llvm.org/D142207
2023-01-24 09:30:06 +01:00
Matthias Springer
45ccff175b [mlir][linalg] Convert tensor.generate to destination style
This can be a pre-processing for bufferization and allows for more efficient lowerings without an alloc.

Differential Revision: https://reviews.llvm.org/D142205
2023-01-24 09:13:08 +01:00