]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: compute bits.OnesCount's limits from argument's limits
authorJorropo <jorropo.pgm@gmail.com>
Sun, 9 Mar 2025 13:39:49 +0000 (14:39 +0100)
committerJorropo <jorropo.pgm@gmail.com>
Wed, 12 Mar 2025 03:17:36 +0000 (20:17 -0700)
commit99411d784760992cc86596fc24ac5fd37e88515d
treee2333e42bd036316c08738fb552f87fc0b78921b
parent8d767ff38df003e9cd85e4bba9a026ba1b70e80e
cmd/compile: compute bits.OnesCount's limits from argument's limits

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