[Mlir-commits] [mlir] [MLIR] Add a utility pass to linearize `memref` (PR #136797)

Krzysztof Drewniak llvmlistbot at llvm.org
Tue May 6 11:01:10 PDT 2025


krzysz00 wrote:

(part of me also is realizing this pass makes more sense from the other direction, where you swap all the allocations and such for 1D versions of themselves, expand_shape to the original layout, and then FoldMemRefAliasOps away all that but we may want to keep this too)

https://github.com/llvm/llvm-project/pull/136797


More information about the Mlir-commits mailing list