We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce062d commit 2ec7dbaCopy full SHA for 2ec7dba
llvm/lib/Target/RISCV/RISCVISelLowering.h
@@ -172,9 +172,9 @@ enum NodeType : unsigned {
172
// mask and VL operand.
173
TRUNCATE_VECTOR_VL,
174
// 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.
+ // pass-thru operand, the second is the source vector, the third is the XLenVT
+ // index (either constant or non-constant), the fourth is the mask, the fifth
+ // is the VL and the sixth is the policy.
178
VSLIDEUP_VL,
179
VSLIDEDOWN_VL,
180
// Matches the semantics of vslide1up/slide1down. The first operand is
0 commit comments