[Mlir-commits] [mlir] [mlir] Move vector.{to_elements, from_elements} unrolling to `VectorUnroll.cpp` (PR #159118)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Thu Sep 18 06:01:32 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]
----------------
amd-eochoalo wrote:
https://github.com/llvm/llvm-project/pull/159118/commits/f0283ca5f4ed806fe5cb88cf768b7b21d3049710
https://github.com/llvm/llvm-project/pull/159118
More information about the Mlir-commits
mailing list