ConstraintAnalysis: Add inequality parsing (#8891)
We now parse `i32.lt_s` and so forth. This does not include full range analysis yet, so we don't infer ties between `<=` and `<` for example, but this is already enough to infer the precise inequalities we see, and their negations. This can handle the simplest kinds of software bounds checks, more will be added later. Also add proper printing of these opcodes.
A
Alon Zakai committed
21822346a32cc5f97661781e407d929fe2bb5ba3
Parent: 69d28ed
Committed by GitHub <noreply@github.com>
on 7/10/2026, 5:51:53 PM