[compiler-rt] [compiler-rt] Simplify definition of uptr (PR #106155)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 15:30:54 PDT 2024


arichardson wrote:

Even if it's slightly more verbose, the advantage of the new definition is that uptr now precisely matches the type of uintptr_t rather than just being the same size.

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


More information about the llvm-commits mailing list