Skip to content

Commit 07e5fed

Browse files
committed
Fix typo in comment
1 parent b788713 commit 07e5fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8766,7 +8766,7 @@ SDValue RISCVTargetLowering::lowerEXTRACT_SUBVECTOR(SDValue Op,
87668766
Vec = convertToScalableVector(ContainerVT, Vec, DAG, Subtarget);
87678767
}
87688768

8769-
// Shrink down Vec so we're performing the slidedown a smaller LMUL.
8769+
// Shrink down Vec so we're performing the slidedown on a smaller LMUL.
87708770
unsigned LastIdx = OrigIdx + SubVecVT.getVectorNumElements() - 1;
87718771
if (auto ShrunkVT =
87728772
getSmallestVTForIndex(ContainerVT, LastIdx, DL, DAG, Subtarget)) {

0 commit comments

Comments
 (0)