]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add limits bruteforce tests for bitlen
authorJorropo <jorropo.pgm@gmail.com>
Sun, 7 Dec 2025 02:07:46 +0000 (03:07 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 23 Jan 2026 20:08:57 +0000 (12:08 -0800)
commit417d5e6627dbef2e6a309957b4f932eb91ce1e4d
treed442a69a64a620caed38d5a05fded593e7ada398
parenta4fda8d32ac30b787cf2c648daed7f8fe5ef859d
cmd/compile: add limits bruteforce tests for bitlen

This ensure BitLen is perfect within the limitations limits can represent.

Change-Id: I5c1770b4a9f6408fd68fe77b4ef2b2cdd52e26cb
Reviewed-on: https://go-review.googlesource.com/c/go/+/727781
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/cmd/compile/internal/ssa/prove.go
src/cmd/compile/internal/ssa/prove_test.go