]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: compute OR's maximum limits from argument's limits
authorJorropo <jorropo.pgm@gmail.com>
Fri, 9 Aug 2024 14:35:46 +0000 (16:35 +0200)
committerKeith Randall <khr@golang.org>
Tue, 3 Sep 2024 17:12:58 +0000 (17:12 +0000)
commit57df33814afc02bda314abea28ee8a3dc997505c
tree738255f5f8eb76ff5df24ba5f7ce2e4f95fcdc6d
parent49621cc311a41b71f60f03202f3872c0633cac59
cmd/compile: compute OR's maximum limits from argument's limits

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