]> Cypherpunks repositories - gostls13.git/commit
test/codegen: add riscv64 codegen for arithmetic tests
authorJoel Sing <joel@sing.id.au>
Mon, 24 Feb 2025 12:08:46 +0000 (23:08 +1100)
committerJoel Sing <joel@sing.id.au>
Sat, 15 Mar 2025 13:02:27 +0000 (06:02 -0700)
commite1f9013a58e5ad6d90ae0eb13a943aafa765d6e7
tree57fea6ad49a57833209bfc1dcf5b68a0f25b73b3
parentc01fa0cc21caf2fee9b04154e5ee83cbc239cc98
test/codegen: add riscv64 codegen for arithmetic tests

Codify the current riscv64 code generation for various subtract from
constant and addition/subtraction tests.

Change-Id: I54ad923280a0578a338bc4431fa5bdc0644c4729
Reviewed-on: https://go-review.googlesource.com/c/go/+/652316
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Mark Ryan <markdryan@rivosinc.com>
Reviewed-by: David Chase <drchase@google.com>
test/codegen/arithmetic.go