]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: learn transitive proofs for safe negative signed adds
authorJorropo <jorropo.pgm@gmail.com>
Fri, 4 Jul 2025 07:25:23 +0000 (09:25 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 24 Jul 2025 20:49:03 +0000 (13:49 -0700)
commitd574856482859d259a95826dea404e648cbb8fef
tree28d24d102c305ac460c254554e653fa2a46436a3
parent1a72920f0907259ca9c8fa73679242ca9774e353
cmd/compile: learn transitive proofs for safe negative signed adds

I've split this into it's own CL to make git bisect more effective.

Change-Id: Ib2c6dbc82fb04f50f2d17fbe6626c9fc322fb478
Reviewed-on: https://go-review.googlesource.com/c/go/+/685820
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/ssa/prove.go
test/prove.go