[Mlir-commits] [mlir] [mlir][Vector] Add `vector.to_elements` op (PR #141457)

Kunwar Grover llvmlistbot at llvm.org
Fri May 30 04:31:19 PDT 2025


Groverkss wrote:

> As I mentioned above, it’s important that all the elements are decomposed to offer an implicit and trivial extraction order that doesn’t have to be analyzed. However, I think decomposing into sub-vectors is a natural follow-up that would be very helpful for unrolling, yes! I suggest, though, that we approach this incrementally by first having all the pieces in place for the simple scalar cases before enabling more cases complex cases. Does it sound reasonable?

SGTM, Thank you!

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


More information about the Mlir-commits mailing list