[Mlir-commits] [mlir] [MLIR][Vector] Add unrolling pattern for vector StepOp (PR #157752)

Nishant Patel llvmlistbot at llvm.org
Tue Sep 16 10:36:47 PDT 2025


================
@@ -3018,6 +3018,7 @@ def Vector_ScanOp :
 
 def Vector_StepOp : Vector_Op<"step", [
     Pure,
+    DeclareOpInterfaceMethods<VectorUnrollOpInterface, ["getShapeForUnroll"]>,
----------------
nbpatel wrote:

ah, my bad. I missed this. Removed it. We can clean it up in few other patterns in the pass as well. But I guess that is a separate clean up PR.

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


More information about the Mlir-commits mailing list