[compiler-rt] [profile] Change __llvm_profile_counter_bias etc. types to match llvm (PR #102747)

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 10 15:57:11 PDT 2024


petrhosek wrote:

I'd prefer fixing this in the other direction, that is changing `InstrLowerer::getCounterAddress` to use `intptr_t`. The bias is an offset from an address so there's no need to use `int64_t` on a 32-bit system.

https://github.com/llvm/llvm-project/pull/102747


More information about the llvm-commits mailing list