diff options
author | Alexandros Lamprineas <alexandros.lamprineas@arm.com> | 2025-07-23 10:37:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-23 10:37:29 +0100 |
commit | 3ab64c5b29643f8d10e5e6286f7a1b9f0f2c0792 (patch) | |
tree | 43187462bf5c946c9187c03d9a1fb2640f3f21b8 /llvm/lib/Support/ProgramStack.cpp | |
parent | 36c37b019b5daae79785e8558d693e6ec42b0ebd (diff) | |
download | llvm-3ab64c5b29643f8d10e5e6286f7a1b9f0f2c0792.zip llvm-3ab64c5b29643f8d10e5e6286f7a1b9f0f2c0792.tar.gz llvm-3ab64c5b29643f8d10e5e6286f7a1b9f0f2c0792.tar.bz2 |
[NFC][Clang][FMV] Make FMV priority data type future proof. (#150079)
FMV priority is the returned value of a polymorphic function. On RISC-V
and X86 targets a 32-bit value is enough. On AArch64 we currently need
64 bits and we will soon exceed that. APInt seems to be a suitable
replacement for uint64_t, presumably with minimal compile time overhead.
It allows bit manipulation, comparison and variable bit width.
Diffstat (limited to 'llvm/lib/Support/ProgramStack.cpp')
0 files changed, 0 insertions, 0 deletions