[Mlir-commits] [mlir] [MLIR] [Vector] Linearization patterns for vector.load and vector.store (PR #145115)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jul 10 08:29:30 PDT 2025


banach-space wrote:

> the feedback was to add them to unroll https://github.com/llvm/llvm-project/pull/143420 so that user can unroll it to some form of <1x..xN> and then linearize it to 1D using these patterns. 

Yes, that's what @newling proposed and it made sense to me back then and it still does :) To make sure that we continue on this path, please add comments in the code re-directing people to unrolling for more general cases.

> We can support generic cases in an iterative PR I think.

No need to, IMHO, unless there's a specific need.

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


More information about the Mlir-commits mailing list