Merge branch 'main' into signature_model_refactor

This commit is contained in:
Ben Rodes
2025-08-20 12:34:06 -04:00
committed by GitHub
1986 changed files with 223419 additions and 102841 deletions

View File

@@ -15,5 +15,5 @@ query predicate instructionBounds(
not valueNumber(b.getInstruction()) = valueNumber(i) and
if reason instanceof CondReason
then reasonLoc = reason.(CondReason).getCond().getLocation()
else reasonLoc instanceof UnknownDefaultLocation
else reasonLoc instanceof UnknownLocation
}