[RISCV] Use uint16_t instead of unsigned for opcodes in the RVV pseudo instruction table. (details)
Commit
59908fc06ace351dad0b82b38c793f7b92ab4530
by craig.topper
[RISCV] Use uint16_t instead of unsigned for opcodes in the RVV pseudo instruction table.
We currently have about 7000 opcodes in the RISCVGenInstrInfo.inc enum. We can use uint16_t to store these values. We would need to grow by nearly 9x before we run out of space so this should last for a little while.