]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: propagate unsigned relations for Rsh if arguments are positive
authorJorropo <jorropo.pgm@gmail.com>
Tue, 18 Nov 2025 00:33:40 +0000 (01:33 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 21 Nov 2025 20:37:27 +0000 (12:37 -0800)
commit3820f94c1d081921494ada1da64b4fab21ae1a48
tree19b82efbd8fd9adc9767225249e28e286e521c65
parentd474f1fd21fde4a508235c48caf0acca6ce73642
cmd/compile: propagate unsigned relations for Rsh if arguments are positive

Updates #76332

Change-Id: Ifaa4d12897138d88d56b9d4e530c53dcee70bd58
Reviewed-on: https://go-review.googlesource.com/c/go/+/721205
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@golang.org>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/prove.go
test/prove.go