]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: learn transitive proofs for safe unsigned adds
authorJorropo <jorropo.pgm@gmail.com>
Fri, 4 Jul 2025 07:21:03 +0000 (09:21 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 24 Jul 2025 20:48:55 +0000 (13:48 -0700)
commite5f202bb60b246a7aee2a14b95ca399fd243accd
tree9a6f3181744e236d5c81cb8a8324e3a494aaf9cc
parentbd80f74bc154585237a3c1b636e30dab6d781923
cmd/compile: learn transitive proofs for safe unsigned adds

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

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