Skip to content

Commit 517e5f0

Browse files
committed
Fixups
1 parent 3f03203 commit 517e5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/ArmSME/Transforms/VectorLegalization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ struct ConvertIllegalShapeCastOpsToTransposes
591591
return rewriter.notifyMatchFailure(shapeCastOp,
592592
kMatchFailureNotIllegalToLegal);
593593

594-
// Note: If we know the that is source is an illegal vector type (and 2D)
594+
// Note: If we know that `sourceType` is an illegal vector type (and 2D)
595595
// then dim 0 is scalable and dim 1 is fixed.
596596
if (sourceType.getRank() != 2 || sourceType.getDimSize(1) != 1)
597597
return rewriter.notifyMatchFailure(

0 commit comments

Comments
 (0)