]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: compute Complement's limits from argument's limits
authorJorropo <jorropo.pgm@gmail.com>
Wed, 14 Aug 2024 20:28:00 +0000 (22:28 +0200)
committerKeith Randall <khr@golang.org>
Tue, 3 Sep 2024 21:12:13 +0000 (21:12 +0000)
commit2f3165973f9bf1e1a95d108c57e5257f4655ee59
tree5891bcf312ec0e36750297f737ba97283ebb4a04
parent4f2c0e5d0806a2f6fbe2d0704683d2b71d8191be
cmd/compile: compute Complement's limits from argument's limits

I was not sure this was correct so I exhaustively checked all possibilities:
https://go.dev/play/p/hjmCLm4Iagz
https://go.dev/play/p/R9RuRGKwCbN

Change-Id: I85f053df825a4d77f978de42f8a1fcaf4b881def
Reviewed-on: https://go-review.googlesource.com/c/go/+/605696
Reviewed-by: Keith Randall <khr@golang.org>
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@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/cmd/compile/internal/ssa/prove.go
test/prove.go