]> Cypherpunks repositories - gostls13.git/commit
test/codegen: add combined conversion and shift tests
authorJoel Sing <joel@sing.id.au>
Mon, 9 Sep 2024 15:16:14 +0000 (01:16 +1000)
committerJoel Sing <joel@sing.id.au>
Tue, 25 Mar 2025 13:53:49 +0000 (06:53 -0700)
commit6bf95d40bb9b0ad90315544d2581e1540a040542
treeffee4951c5dd6db0e68f4d5f6d44768e1f8fc14e
parentfd0805b660890d791a7bcfb76491dd6f87b69641
test/codegen: add combined conversion and shift tests

This adds tests for type conversion and shifts, detailing various
poor bad code generation that currently exists for riscv64. This
will be addressed in future CLs.

Change-Id: Ie1d366dfe878832df691600f8500ef383da92848
Reviewed-on: https://go-review.googlesource.com/c/go/+/615678
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Mark Ryan <markdryan@rivosinc.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
test/codegen/shift.go