]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: learn transitive proofs for safe unsigned subs
authorJorropo <jorropo.pgm@gmail.com>
Fri, 4 Jul 2025 07:26:38 +0000 (09:26 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 24 Jul 2025 20:49:07 +0000 (13:49 -0700)
commitf32cf8e4b025eee84aa3ec690966fa4e737a7522
tree10470a3f9270c7767fff7c68c8740fe65a47bf96
parentd574856482859d259a95826dea404e648cbb8fef
cmd/compile: learn transitive proofs for safe unsigned subs

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

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