aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2025-07-01 21:45:02 -0700
committerGitHub <noreply@github.com>2025-07-01 21:45:02 -0700
commitc9bfdae62002545db2de76e967da245048908284 (patch)
tree95cb0eeecafe8a4c0fe34ad368bebff26a6b9981 /llvm/lib/Bitcode
parentf1a4bb62452d88a0edd9340b3ca7c9b11ad9193f (diff)
downloadllvm-c9bfdae62002545db2de76e967da245048908284.zip
llvm-c9bfdae62002545db2de76e967da245048908284.tar.gz
llvm-c9bfdae62002545db2de76e967da245048908284.tar.bz2
[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')
0 files changed, 0 insertions, 0 deletions