[Mlir-commits] [mlir] [MLIR] Make 1-D memref flattening a prerequisite for vector narrow type emulation (PR #157771)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Sep 11 12:38:24 PDT 2025


================

----------------
banach-space wrote:

`populateFlattenVectorMemrefPatterns` includes patterns for `vector.store`, `vector.transfer_read` and `vector.transfer_write`. Can you remind me - are these supported? If not, could you add a TODO here?

Also, could you add a high-level comment specifying what combination of patterns is tested and that we are merely verifying that narrow-type-emulation works for rank > 1 memrefs? Otherwise the lack of more thorough test lines feels a bit ad-hoc.

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


More information about the Mlir-commits mailing list