]> Cypherpunks repositories - gostls13.git/commit
test/codegen: accept ppc64x as alias for ppc64le and ppc64 arches
authorPaul E. Murphy <murp@ibm.com>
Wed, 18 Jan 2023 21:20:15 +0000 (15:20 -0600)
committerPaul Murphy <murp@ibm.com>
Tue, 24 Jan 2023 22:55:18 +0000 (22:55 +0000)
commita37672bb7bef3d0163dd18f9f6914e2f829f1148
tree6dc62656dc61e4225077f6c5fc85d77d1182231d
parent91c1c5922dcfc646fa9b1c2b3d506abe0956e97f
test/codegen: accept ppc64x as alias for ppc64le and ppc64 arches

This helps simplify the noise when adding ppc codegen tests. ppc64x
is used in other places to indicate something which runs on either
endian.

This helps cleanup existing codegen tests which are mostly
identical between endian variants.

condmove tests are converted as an example.

Change-Id: I2b2d98a9a1859015f62db38d62d9d5d7593435b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/462895
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Paul Murphy <murp@ibm.com>
test/codegen/condmove.go
test/run.go