Skip to content

Commit 2ec7dba

Browse files
committed
[RISCV] Update comment on vslide*_vl that it has a sixth policy operand. NFC
1 parent cce062d commit 2ec7dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ enum NodeType : unsigned {
172172
// mask and VL operand.
173173
TRUNCATE_VECTOR_VL,
174174
// Matches the semantics of vslideup/vslidedown. The first operand is the
175-
// pass-thru operand, the second is the source vector, the third is the
176-
// XLenVT index (either constant or non-constant), the fourth is the mask
177-
// and the fifth the VL.
175+
// pass-thru operand, the second is the source vector, the third is the XLenVT
176+
// index (either constant or non-constant), the fourth is the mask, the fifth
177+
// is the VL and the sixth is the policy.
178178
VSLIDEUP_VL,
179179
VSLIDEDOWN_VL,
180180
// Matches the semantics of vslide1up/slide1down. The first operand is

0 commit comments

Comments
 (0)