]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: set bits.OnesCount's limits to [0, 64]
authorJorropo <jorropo.pgm@gmail.com>
Sun, 9 Mar 2025 13:38:44 +0000 (14:38 +0100)
committerJorropo <jorropo.pgm@gmail.com>
Wed, 12 Mar 2025 02:52:29 +0000 (19:52 -0700)
commitc00647b49b7e538506af31c67eb0411e8ea64176
treee46ec9f3c2735d7ca991577807656003e759f1d4
parent554a3c51dc42516867c3df790f48507cc8fdc0af
cmd/compile: set bits.OnesCount's limits to [0, 64]

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