]> Cypherpunks repositories - gostls13.git/commit
test/codegen: fix shift tests on riscv64
authorJoel Sing <joel@sing.id.au>
Sat, 22 Nov 2025 14:10:41 +0000 (01:10 +1100)
committerGopher Robot <gobot@golang.org>
Fri, 28 Nov 2025 23:26:25 +0000 (15:26 -0800)
commit3f94f3d4b2f03a913de3f5a737bad793418e751f
treefc749abfce7b72ec0c2589133bd4a331f8885cce
parent2ac1f9cbc3eb2b97ad82730569199ba6ffea956d
test/codegen: fix shift tests on riscv64

These were broken by CL 721206, which changes Rsh to RshU for
positive inputs.

Change-Id: I9e38c3c428fb8aeb70cf51e7e76f4711c864f027
Reviewed-on: https://go-review.googlesource.com/c/go/+/723340
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Mark Ryan <markdryan@rivosinc.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
test/codegen/shift.go