[Mlir-commits] [mlir] [mlir][Vector] add vector.insert canonicalization pattern to convert a chain of insertions to vector.from_elements (PR #142944)

Jakub Kuderski llvmlistbot at llvm.org
Tue Aug 19 05:44:21 PDT 2025


kuhar wrote:

> > Are we waiting on something/ someone before merging this?
> 
> The dependent [PR](https://github.com/llvm/llvm-project/pull/151175) was just merged yesterday. Please help merge this PR. Thanks.

Oh thanks for sharing this, I didn't notice the other PR. Do we know if from_elements unrolling works for SPIR-V? When we start canonicalizing to from_elements, we will have to support lowering to SPIR-V too.

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


More information about the Mlir-commits mailing list