[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
================
@@ -3018,6 +3018,7 @@ def Vector_ScanOp :
def Vector_StepOp : Vector_Op<"step", [
Pure,
+ DeclareOpInterfaceMethods<VectorUnrollOpInterface, ["getShapeForUnroll"]>,
----------------
amd-eochoalo wrote:
```suggestion
DeclareOpInterfaceMethods<VectorUnrollOpInterface>,
```
https://github.com/llvm/llvm-project/pull/157752
More information about the Mlir-commits
mailing list