Files
clang-p2996/llvm/utils/TableGen/InstrInfoEmitter.cpp
Christudasan Devadasan e3a9e3172d [MachineInstr] Use unsigned int for opcode (NFC)
The opcode field in most places uses unsigned type.
InstrInfoEmitter still uses signed int for the
custom opcodes like CFSetupOpcode.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D135140
2022-10-07 18:15:22 +05:30

46 KiB