Files
llvm-project/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
Rahul Joshi 7b6db769c3 [NFC][DecoderEmitter] Code cleanup in DecoderEmitter::emitTable (#158014)
Several code cleanup changes in code to emit decoder tables:
- Start comments on each line at a fixed column for readibility.
- Combine repeated code to decode and emit ULEB128 into a single
function.
- Add helper `getDecoderOpName` to print decoder op.
- Print Filter/CheckField/predicate index values with those opcodes.
2025-09-15 17:51:29 -07:00

14 KiB