[Mlir-commits] [mlir] [MLIR][Vector] Add unrolling pattern for vector StepOp (PR #157752)
Nishant Patel
llvmlistbot at llvm.org
Tue Sep 16 09:17:18 PDT 2025
================
@@ -3018,6 +3018,7 @@ def Vector_ScanOp :
def Vector_StepOp : Vector_Op<"step", [
Pure,
+ DeclareOpInterfaceMethods<VectorUnrollOpInterface, ["getShapeForUnroll"]>,
----------------
nbpatel wrote:
?? ...this interface is required as it is called from getTargetShape
https://github.com/llvm/llvm-project/pull/157752
More information about the Mlir-commits
mailing list