Skip to content

Commit 9c0b760

Browse files
committed
fixup-after-merge
1 parent 7122db2 commit 9c0b760

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
@@ -6944,7 +6944,7 @@ static bool hasPassthruOp(unsigned Opcode) {
69446944
Opcode <= RISCVISD::LAST_STRICTFP_OPCODE &&
69456945
"not a RISC-V target specific op");
69466946
static_assert(
6947-
RISCVISD::LAST_VL_VECTOR_OP - RISCVISD::FIRST_VL_VECTOR_OP == 133 &&
6947+
RISCVISD::LAST_VL_VECTOR_OP - RISCVISD::FIRST_VL_VECTOR_OP == 134 &&
69486948
RISCVISD::LAST_STRICTFP_OPCODE - RISCVISD::FIRST_STRICTFP_OPCODE == 21 &&
69496949
"adding target specific op should update this function");
69506950
if (Opcode >= RISCVISD::ADD_VL && Opcode <= RISCVISD::VFMAX_VL)
@@ -6968,7 +6968,7 @@ static bool hasMaskOp(unsigned Opcode) {
69686968
Opcode <= RISCVISD::LAST_STRICTFP_OPCODE &&
69696969
"not a RISC-V target specific op");
69706970
static_assert(
6971-
RISCVISD::LAST_VL_VECTOR_OP - RISCVISD::FIRST_VL_VECTOR_OP == 133 &&
6971+
RISCVISD::LAST_VL_VECTOR_OP - RISCVISD::FIRST_VL_VECTOR_OP == 134 &&
69726972
RISCVISD::LAST_STRICTFP_OPCODE - RISCVISD::FIRST_STRICTFP_OPCODE == 21 &&
69736973
"adding target specific op should update this function");
69746974
if (Opcode >= RISCVISD::TRUNCATE_VECTOR_VL && Opcode <= RISCVISD::SETCC_VL)

0 commit comments

Comments
 (0)