[Mlir-commits] [mlir] [MLIR][Vector] Add unrolling pattern for vector StepOp (PR #157752)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Mon Sep 15 08:53:54 PDT 2025
================
@@ -809,6 +809,54 @@ struct UnrollBroadcastPattern : public OpRewritePattern<vector::BroadcastOp> {
vector::UnrollVectorOptions options;
};
+struct UnrollStepPattern : public OpRewritePattern<vector::StepOp> {
----------------
amd-eochoalo wrote:
Can you add a little bit of documentation here?
https://github.com/llvm/llvm-project/pull/157752
More information about the Mlir-commits
mailing list