The opcode field in most places uses unsigned type.
InstrInfoEmitter still uses signed int for the
custom opcodes like CFSetupOpcode.
Details
Details
- Reviewers
MatzeB arsenm - Commits
- rGe3a9e3172d0e: [MachineInstr] Use unsigned int for opcode (NFC)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo