Skip to content

Commit c5b2e81

Browse files
committed
Fix typo
1 parent c2c1a22 commit c5b2e81

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
@@ -455,7 +455,7 @@ struct LinearizeVectorSplat final
455455
/// %index = arith.index_cast %cmpi : i1 to index
456456
/// %mul = arith.muli %index, %arg1 : index
457457
/// %mask = vector.create_mask %mul : vector<4xi1>
458-
/// %out_1d = vector.shape_cast %mask : vector<4xi1> to vector<1x4xi1>
458+
/// %shape_cast = vector.shape_cast %mask : vector<4xi1> to vector<1x4xi1>
459459
struct LinearizeVectorCreateMask final
460460
: OpConversionPattern<vector::CreateMaskOp> {
461461
using OpConversionPattern::OpConversionPattern;

0 commit comments

Comments
 (0)