[Mlir-commits] [mlir] [mlir] Move vector.{to_elements, from_elements} unrolling to `VectorUnroll.cpp` (PR #159118)

Diego Caballero llvmlistbot at llvm.org
Wed Sep 17 12:05:16 PDT 2025


================
@@ -322,6 +322,20 @@ void populateVectorUnrollPatterns(RewritePatternSet &patterns,
                                   const UnrollVectorOptions &options,
                                   PatternBenefit benefit = 1);
 
+/// Populate the pattern set with the following patterns:
+///
+/// [UnrollToElements]
----------------
dcaballe wrote:

Probably better to update the doc and remove the `[UnrollToElements]` tag and just say that we are adding patterns to unroll `vector.to_elements` ops?

Same for `vector.from_elements`

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


More information about the Mlir-commits mailing list