Skip to content

Commit 6859a0a

Browse files
committed
small change
1 parent 2593e80 commit 6859a0a

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
@@ -525,7 +525,7 @@ SDValue LoongArchTargetLowering::lowerBITREVERSE(SDValue Op,
525525
// left or right with zeroable elements 'shifted in'. It handles both the
526526
// strictly bit-wise element shifts and the byte shfit across an entire 128-bit
527527
// lane.
528-
// This is mainly copy from X86.
528+
// Mostly copied from X86.
529529
static int matchShuffleAsShift(MVT &ShiftVT, unsigned &Opcode,
530530
unsigned ScalarSizeInBits, ArrayRef<int> Mask,
531531
int MaskOffset, const APInt &Zeroable) {

0 commit comments

Comments
 (0)