[Mlir-commits] [mlir] [mlir][vector] Support multi-dimensional vectors in VectorFromElementsLowering (PR #151175)

Kunwar Grover llvmlistbot at llvm.org
Wed Aug 6 09:14:55 PDT 2025


Groverkss wrote:

This should be implemented the same way https://github.com/llvm/llvm-project/pull/132227 is implemented. We should never do unrolling like this in conversion. It should always be a seperate pattern.

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


More information about the Mlir-commits mailing list