Skip to content

Commit eff1294

Browse files
committed
type fix
1 parent 86fb7fc commit eff1294

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
@@ -4828,7 +4828,7 @@ static SDValue lowerVECTOR_SHUFFLEAsVSlide1(const SDLoc &DL, MVT VT,
48284828
// across the result. Factor is the spread amount, and Index is the
48294829
// offset applied. (on success, Index < Factor) This is the inverse
48304830
// of a deinterleave with the same Factor and Index. This is analogous
4831-
// to a interleave, except that all but one lane is undef.
4831+
// to an interleave, except that all but one lane is undef.
48324832
static bool isSpreadMask(ArrayRef<int> Mask, unsigned Factor, unsigned &Index) {
48334833
SmallVector<bool> LaneIsUndef(Factor, true);
48344834
for (unsigned i = 0; i < Mask.size(); i++)

0 commit comments

Comments
 (0)