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

Han-Chung Wang llvmlistbot at llvm.org
Wed Aug 20 14:50:36 PDT 2025


hanhanW wrote:

Based on the review comments, it looks like we'll need `populateVectorFromElementsLoweringPatterns` in the pipeline. I need to find a right place to populate the patterns, as we have progressively lowering for vectors in IREE. The quick fix is adding the pattern in the LLVM conversion.

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


More information about the Mlir-commits mailing list