Skip to content

Commit 1d8b13e

Browse files
mshockwavetopperc
andauthored
Update llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Co-authored-by: Craig Topper <[email protected]>
1 parent 3dec8ff commit 1d8b13e

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
@@ -4522,7 +4522,7 @@ static SDValue lowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG,
45224522
Mask, VL, Policy);
45234523
};
45244524

4525-
// General case: splat the first operand and sliding other operands down one
4525+
// General case: splat the first operand and slide other operands down one
45264526
// by one to form a vector. Alternatively, if the last operand is an
45274527
// extraction from element 0 of a vector, we can use the original vector
45284528
// reduction result as the start value and slide up instead of slide down.

0 commit comments

Comments
 (0)