diff options
| author | Craig Topper <craig.topper@sifive.com> | 2025-07-01 21:45:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-01 21:45:02 -0700 |
| commit | c9bfdae62002545db2de76e967da245048908284 (patch) | |
| tree | 95cb0eeecafe8a4c0fe34ad368bebff26a6b9981 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | f1a4bb62452d88a0edd9340b3ca7c9b11ad9193f (diff) | |
[RISCV] Use uint64_t for Insn in getInstruction32 and getInstruction16. NFC (#146619)
Insn is passed to decodeInstruction which is a template function based
on the type of Insn. By using uint64_t we ensure only one version of
decodeInstruction is created. This reduces the file size of
RISCVDisassembler.cpp.o by ~25% in my local build.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
