Skip to content

Commit 0567c30

Browse files
committed
small change
1 parent 1a8d72d commit 0567c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ SDValue LoongArchTargetLowering::lowerBITREVERSE(SDValue Op,
531531
// left or right with zeroable elements 'shifted in'. It handles both the
532532
// strictly bit-wise element shifts and the byte shfit across an entire 128-bit
533533
// lane.
534-
// This is mainly copy from X86.
534+
// Mostly copied from X86.
535535
static int matchShuffleAsShift(MVT &ShiftVT, unsigned &Opcode,
536536
unsigned ScalarSizeInBits, ArrayRef<int> Mask,
537537
int MaskOffset, const APInt &Zeroable) {

0 commit comments

Comments
 (0)