]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] test: adjust codegen test for register ABI on ARM64
authorCherry Mui <cherryyz@google.com>
Tue, 1 Jun 2021 23:29:24 +0000 (19:29 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 3 Jun 2021 14:28:14 +0000 (14:28 +0000)
commit165d39a1d460880f2d28619a4609f272448b0d60
treedfea5a4c15516ab48f65a174fde8dfd09c221192
parentb5f37faf3b0fa4c8ae24461bf99cdc0f1f583fa3
[dev.typeparams] test: adjust codegen test for register ABI on ARM64

In codegen/arithmetic.go, previously there are MOVD's that match
for loads of arguments. With register ABI there are no more such
loads. Remove the MOVD matches.

Change-Id: I920ee2629c8c04d454f13a0c08e283d3528d9a64
Reviewed-on: https://go-review.googlesource.com/c/go/+/324251
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
test/codegen/arithmetic.go