[llvm] [ADT] Update hash function of uint64_t for DenseMap (PR #95734)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 01:05:14 PDT 2024


https://github.com/nikic commented:

This looks conceptually fine, but I think you need to do the same thing for the `unsigned long` type for the case where it is 64-bits large. On 64-bit Linux targets uint64_t will typically be a typedef for unsigned long, not unsigned long long.

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


More information about the llvm-commits mailing list