[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:23 PDT 2025


================
@@ -809,6 +810,38 @@ struct UnrollBroadcastPattern : public OpRewritePattern<vector::BroadcastOp> {
   vector::UnrollVectorOptions options;
 };
 
+struct UnrollToElements final : public OpRewritePattern<vector::ToElementsOp> {
----------------
amd-eochoalo wrote:

https://github.com/llvm/llvm-project/pull/159118/commits/44145b5c525a179ef117c17d89c4fa6bd37481a8

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


More information about the Mlir-commits mailing list