[llvm] [DA] Rewrite BanerjeeMIV test with safe APInt interval arithmetic (PR #207662)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 03:31:15 PDT 2026


================

----------------
kasuga-fj wrote:

`!SE->isKnownNonNegative(X)` doesn't mean `X` is negative. It might mean that we don't know whether `X` is positive or negative.

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


More information about the llvm-commits mailing list