SIGN IN SIGN UP

ConstraintAnalysis: Add inequality comparisons to constants (#8924)

When seeing if `x == C` proves `x >= D`, we can just apply `C >= D`.

And, in reverse, `x >= D` may imply `x != C` if `C < D`.
A
Alon Zakai committed
a54b20b51a6182d4b5728b6f8b94005fb00fccbf
Parent: 355863c
Committed by GitHub <noreply@github.com> on 7/23/2026, 3:58:29 PM