]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make LR allocatable in non-leaf functions on ARM64
authorCherry Zhang <cherryyz@google.com>
Wed, 26 Oct 2016 20:06:16 +0000 (16:06 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 27 Oct 2016 15:35:06 +0000 (15:35 +0000)
commit5c59cb4aa308828884079b13f100b539448a0861
tree26e1b4930b521500e371c57352d484ed175ce42a
parentc69dd3f0547e5846ce259a02d0b6ad9f19b566b6
cmd/compile: make LR allocatable in non-leaf functions on ARM64

The mechanism is initially introduced (and reviewed) in CL 30597
on S390X.

Change-Id: I12fbe6e9269b2936690e0ec896cb6b5aa40ad7da
Reviewed-on: https://go-review.googlesource.com/32180
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/gen/ARM64Ops.go
src/cmd/compile/internal/ssa/opGen.go