Skip to content

Commit c55adde

Browse files
committed
fixup! fixup! [mlir][vector] Restrict DropInnerMostUnitDimsTransferRead
Fix typo
1 parent a9651e1 commit c55adde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ class DropInnerMostUnitDimsTransferRead
12931293
if (dimsToDrop == 0)
12941294
return failure();
12951295

1296-
// Make sure that the indixes to be dropped are equal 0.
1296+
// Make sure that the indices to be dropped are equal 0.
12971297
// TODO: Deal with cases when the indices are not 0.
12981298
if (!llvm::all_of(readOp.getIndices().take_back(dimsToDrop), isZeroIndex))
12991299
return failure();

0 commit comments

Comments
 (0)