Skip to content

Commit 83f1747

Browse files
committed
fixup! Fix code comments
1 parent 41f1a97 commit 83f1747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4521,8 +4521,8 @@ static SDValue lowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG,
45214521
// vslideup of 1 later and eliminate the vector to scalar movement, which is
45224522
// something we cannot do with vslide1down/vslidedown.
45234523
// Of course, using vslide1up/vslideup might increase the register pressure,
4524-
// and that's why we conservatively limit to cases where every operands is an
4525-
// extraction from first element.
4524+
// and that's why we conservatively limit to cases where every operand is an
4525+
// extraction from the first element.
45264526
SmallVector<SDValue> Operands(Op->op_begin(), Op->op_end());
45274527
SDValue EVec;
45284528
bool SlideUp = false;

0 commit comments

Comments
 (0)