Skip to content

Commit b01686a

Browse files
committed
Remove unused variable
1 parent e378890 commit b01686a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,6 @@ void mlir::vector::populateVectorLinearizeShuffleLikeOpsPatterns(
908908
[=](vector::InsertStridedSliceOp op) -> bool {
909909
if (isLessThanTargetBitWidth(op, targetBitWidth)) {
910910
auto srcTy = op.getSourceVectorType();
911-
auto dstTy = op.getDestVectorType();
912911
if (!op.hasNonUnitStrides() && srcTy.getRank() == 2)
913912
return false;
914913
}

0 commit comments

Comments
 (0)