Skip to content

Commit 9b7af3a

Browse files
committed
fix doc
1 parent 3668826 commit 9b7af3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Dialect/Vector/TransformOps/VectorTransformOps.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ def ApplySinkVectorMemPatternsOp : Op<Transform_Dialect,
491491
%c1 = arith.constant 1 : index
492492
%0 = arith.addi %arg1, %c1 overflow<nsw> : index
493493
%1 = memref.load %arg0[%0] : memref<?xf32>
494+
```
494495
}];
495496

496497
let assemblyFormat = "attr-dict";

0 commit comments

Comments
 (0)