]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: compute min's & max's limits from argument's limits inside flowLimit
authorJorropo <jorropo.pgm@gmail.com>
Sun, 9 Mar 2025 13:37:30 +0000 (14:37 +0100)
committerJorropo <jorropo.pgm@gmail.com>
Wed, 12 Mar 2025 02:51:31 +0000 (19:51 -0700)
commitd2842229fce01f8df04bc141291ec4fefb5d4bfc
treee3f9bed32493750780a43099dfa4755f8fade044
parentbcd0ebbd2abcd3e2e876862f287c46a2de56eaab
cmd/compile: compute min's & max's limits from argument's limits inside flowLimit

Updates #68857

Change-Id: Ied07e656bba42f3b1b5f9b9f5442806aa2e7959b
Reviewed-on: https://go-review.googlesource.com/c/go/+/656157
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
src/cmd/compile/internal/ssa/prove.go
test/prove.go