Skip to content

Commit d981d1e

Browse files
Dinar TemirbulatovDinar Temirbulatov
authored andcommitted
Corrected comment.
1 parent 4453655 commit d981d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26817,7 +26817,7 @@ static SDValue GenerateFixedLengthSVETBL(SDValue Op, SDValue Op1, SDValue Op2,
2681726817
// TBL mask element needs adjustment.
2681826818
SmallVector<SDValue, 8> MaskNormalized;
2681926819

26820-
// Bail out for 8-bits element types, because with 2048-bit SVE register
26820+
// Avoid if 8-bits element types, since with 2048-bit SVE register
2682126821
// size we could not repersent index correctly.
2682226822
if (!IsSingleOp && !MinMaxEqual && BitsPerElt == 8)
2682326823
return SDValue();

0 commit comments

Comments
 (0)