]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: compute Divu's limits from argument's limits
authorJorropo <jorropo.pgm@gmail.com>
Tue, 13 Aug 2024 16:27:38 +0000 (18:27 +0200)
committerKeith Randall <khr@golang.org>
Tue, 3 Sep 2024 17:13:20 +0000 (17:13 +0000)
commite23ebec90d93f934d4426b861d83799637fe3e45
treee3145316979f643e3415d797b176b5c81a9eed39
parent194fa2eb6cdeaddc4a89fae4610f99d8060d10a0
cmd/compile: compute Divu's limits from argument's limits

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