[Mlir-commits] [mlir] [mlir][vector] Add unroll patterns for vector.load and vector.store (PR #143420)

James Newling llvmlistbot at llvm.org
Fri Jun 13 09:45:16 PDT 2025


newling wrote:

> The motivation for this unrolling was to have 1D loads and stores and hence the target shape is set accordingly. But, I agree with your point of making it more modular to align with vector dialect's flexible unrolling design. Can I address this in a follow up PR?

The 2 designs seem orthogonal, so IMO it doesn't makes sense to do it as a follow up. 

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


More information about the Mlir-commits mailing list