ConstraintAnalysis fuzz bug: Do not AND after a branch is not taken (#9035)
If we prove a branch is not taken, we'd hit an internal error if we tried to perform an AND with more constraints on it later. Once we are in unreachable code, we must not do anything (and the caller will handle that).
A
Alon Zakai committed
9af0edf4a78b531ce1e21b6325f09f4d9219466b
Parent: bb0caa3
Committed by GitHub <noreply@github.com>
on 8/24/2026, 3:44:04 PM