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

Alan Li llvmlistbot at llvm.org
Tue Apr 22 18:49:08 PDT 2025


lialan wrote:

I think we probably need a type converter that also linearize other memrefs not being handled by this transformation (by collapsing their shapes?), so at the end we would only deal with 1-dimensional memrefs.

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


More information about the Mlir-commits mailing list