]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: compute Trunc's limits from argument's limits
authorJorropo <jorropo.pgm@gmail.com>
Wed, 14 Aug 2024 19:25:08 +0000 (21:25 +0200)
committerKeith Randall <khr@golang.org>
Tue, 3 Sep 2024 21:12:00 +0000 (21:12 +0000)
commit4f2c0e5d0806a2f6fbe2d0704683d2b71d8191be
treef302367f5048839d8a8e0ae0d6aec72ee7ceb7c7
parent68c431e89f2cb5422d53c65be988b15598a9c692
cmd/compile: compute Trunc's limits from argument's limits

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