Skip to content

Commit 2b7e06e

Browse files
committed
Fix doc
1 parent 8fca9c1 commit 2b7e06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ struct LinearizeVectorSplat final
453453
/// %zero = arith.constant 0 : index
454454
/// %cmpi = arith.cmpi sgt, %arg0, %zero : index
455455
/// %index = arith.index_cast %cmpi : i1 to index
456-
/// %mul = arith.muli %index, %arg1 : index
456+
/// %mul = arith.andi %index, %arg1 : index
457457
/// %mask = vector.create_mask %mul : vector<4xi1>
458458
/// %shape_cast = vector.shape_cast %mask : vector<4xi1> to vector<1x4xi1>
459459
struct LinearizeVectorCreateMask final

0 commit comments

Comments
 (0)