[llvm] [LAA] Prepare to handle diff type sizes (NFC) (PR #122318)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 24 07:07:18 PDT 2025
artagnon wrote:
Ah, it is known non-positive, but not known non-negative. This is not equivalent to !(known non-zero). I would, however, argue that !(known non-zero) is the correct check, and given the current limitations, we actually should generate RT checks?
https://github.com/llvm/llvm-project/pull/122318
More information about the llvm-commits
mailing list