]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: update ARM64 CALL* ops for register ABI
authorCherry Mui <cherryyz@google.com>
Sat, 29 May 2021 02:23:00 +0000 (22:23 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 1 Jun 2021 22:33:00 +0000 (22:33 +0000)
commit8e7abefdaaa3c00c35cfe04b787225926f70affe
tree6dae1b7ff8604b5f9b0b4ab9bc3cdfcaaa42dab2
parentc9d1a2bdd256afac8331cff19baa75567c301106
[dev.typeparams] cmd/compile: update ARM64 CALL* ops for register ABI

Now they take variable number of args.

Change-Id: I49c8bce9c3a403947eac03e397ae264a8f4fdd2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/323929
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/gen/ARM64Ops.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteARM64.go