[llvm] [ValueTracking] isNonZero trunc of sub of ptr2int's with recursive GEP where pointers are limited to a 32bit alloc. (PR #84933)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 23:33:14 PDT 2024


nikic wrote:

Looks like a case where it's better to change the source code to use the correct type instead (size_t instead of unsigned).

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


More information about the llvm-commits mailing list