SIGN IN SIGN UP

ConstraintAnalysis: Remove older redundant constraints (#8912)

If we know `x != 1` and we are told `x == 0`, then we can forget about
`x != 1` and just store `x == 0` (which implies `x != 1`).
A
Alon Zakai committed
1377e422f5210a4d75a76c1e2c6f5941a1004a70
Parent: 74c39b9
Committed by GitHub <noreply@github.com> on 7/17/2026, 2:09:44 PM