[Mlir-commits] [mlir] [MLIR][Vector] Add unroll pattern for vector.shape_cast (PR #164010)

Jakub Kuderski llvmlistbot at llvm.org
Tue Oct 28 13:21:27 PDT 2025


kuhar wrote:

> I think refactoring should be a task for future where we need to refactor (if possible) and unify all the LowerVector(Op*).cpp patterns and Unroll patterns and see if there is a clean interface to reuse them across both.

+1, these are separate and there's already a bunch of other code that was developed the same way -- we could unify, but to me this seems out of scope

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


More information about the Mlir-commits mailing list