Skip to content

Commit 2125080

Browse files
committed
[RISCV][NFC] Undef CASE_RVV_OPCODE* macros after using
1 parent d5f2753 commit 2125080

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3152,6 +3152,16 @@ MachineInstr *RISCVInstrInfo::commuteInstructionImpl(MachineInstr &MI,
31523152
return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
31533153
}
31543154

3155+
#undef CASE_RVV_OPCODE_UNMASK_LMUL
3156+
#undef CASE_RVV_OPCODE_MASK_LMUL
3157+
#undef CASE_RVV_OPCODE_LMUL
3158+
#undef CASE_RVV_OPCODE_UNMASK_WIDEN
3159+
#undef CASE_RVV_OPCODE_UNMASK
3160+
#undef CASE_RVV_OPCODE_MASK_WIDEN
3161+
#undef CASE_RVV_OPCODE_MASK
3162+
#undef CASE_RVV_OPCODE_WIDEN
3163+
#undef CASE_RVV_OPCODE
3164+
31553165
#undef CASE_VMA_OPCODE_COMMON
31563166
#undef CASE_VMA_OPCODE_LMULS_M1
31573167
#undef CASE_VMA_OPCODE_LMULS_MF2

0 commit comments

Comments
 (0)