]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: learn transitive proofs for safe positive signed adds
authorJorropo <jorropo.pgm@gmail.com>
Fri, 4 Jul 2025 07:23:21 +0000 (09:23 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 24 Jul 2025 20:48:59 +0000 (13:48 -0700)
commit1a72920f0907259ca9c8fa73679242ca9774e353
treea599821b20511ebdf837c652ec0eb0f9ecdadce3
parente5f202bb60b246a7aee2a14b95ca399fd243accd
cmd/compile: learn transitive proofs for safe positive signed adds

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

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