]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: upgrade prove pass to know results of math/bits ops are nonnegative
authorKeith Randall <khr@golang.org>
Sat, 26 Mar 2022 17:36:10 +0000 (10:36 -0700)
committerKeith Randall <khr@golang.org>
Sun, 27 Mar 2022 17:03:16 +0000 (17:03 +0000)
commit3bd8c78575a27ee9ac7b3c8d8c35db1feee31737
tree0f18086538c2d0525c3be1323bcc3cb4e0eb73e3
parent7d3b64a2e372b0e7c550bf9152fe215605e448e4
cmd/compile: upgrade prove pass to know results of math/bits ops are nonnegative

Fixes #51963

Change-Id: Ib9e0521222e6fc41e787f3150b254e058a19addc
Reviewed-on: https://go-review.googlesource.com/c/go/+/396036
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Jakub Ciolek <jakub@ciolek.dev>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Eric Fang <eric.fang@arm.com>
src/cmd/compile/internal/ssa/prove.go