[Mlir-commits] [mlir] [mlir][vector] Add support for lowering n-D vector.to_elements op. (PR #156992)

Kunwar Grover llvmlistbot at llvm.org
Fri Sep 5 01:32:09 PDT 2025


https://github.com/Groverkss requested changes to this pull request.

This needs to be implemented the same way https://github.com/llvm/llvm-project/pull/151175 is implemented. We should be implementing a unrolling pattern for this. The rest of the ops do unrolling by default and we should keep it consistent.

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


More information about the Mlir-commits mailing list