File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6971,7 +6971,7 @@ static bool hasPassthruOp(unsigned Opcode) {
6971
6971
Opcode <= RISCVISD::LAST_STRICTFP_OPCODE &&
6972
6972
"not a RISC-V target specific op");
6973
6973
static_assert(
6974
- RISCVISD::LAST_VL_VECTOR_OP - RISCVISD::FIRST_VL_VECTOR_OP == 139 &&
6974
+ RISCVISD::LAST_VL_VECTOR_OP - RISCVISD::FIRST_VL_VECTOR_OP == 137 &&
6975
6975
RISCVISD::LAST_STRICTFP_OPCODE - RISCVISD::FIRST_STRICTFP_OPCODE == 21 &&
6976
6976
"adding target specific op should update this function");
6977
6977
if (Opcode >= RISCVISD::ADD_VL && Opcode <= RISCVISD::VFMAX_VL)
@@ -6995,7 +6995,7 @@ static bool hasMaskOp(unsigned Opcode) {
6995
6995
Opcode <= RISCVISD::LAST_STRICTFP_OPCODE &&
6996
6996
"not a RISC-V target specific op");
6997
6997
static_assert(
6998
- RISCVISD::LAST_VL_VECTOR_OP - RISCVISD::FIRST_VL_VECTOR_OP == 139 &&
6998
+ RISCVISD::LAST_VL_VECTOR_OP - RISCVISD::FIRST_VL_VECTOR_OP == 137 &&
6999
6999
RISCVISD::LAST_STRICTFP_OPCODE - RISCVISD::FIRST_STRICTFP_OPCODE == 21 &&
7000
7000
"adding target specific op should update this function");
7001
7001
if (Opcode >= RISCVISD::TRUNCATE_VECTOR_VL && Opcode <= RISCVISD::SETCC_VL)
You can’t perform that action at this time.
0 commit comments