We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f03203 commit 517e5f0Copy full SHA for 517e5f0
mlir/lib/Dialect/ArmSME/Transforms/VectorLegalization.cpp
@@ -591,7 +591,7 @@ struct ConvertIllegalShapeCastOpsToTransposes
591
return rewriter.notifyMatchFailure(shapeCastOp,
592
kMatchFailureNotIllegalToLegal);
593
594
- // Note: If we know the that is source is an illegal vector type (and 2D)
+ // Note: If we know that `sourceType` is an illegal vector type (and 2D)
595
// then dim 0 is scalable and dim 1 is fixed.
596
if (sourceType.getRank() != 2 || sourceType.getDimSize(1) != 1)
597
return rewriter.notifyMatchFailure(
0 commit comments