]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: match register-ABI version of memmove call on ARM64
authorCherry Mui <cherryyz@google.com>
Sat, 29 May 2021 02:32:41 +0000 (22:32 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 1 Jun 2021 22:33:10 +0000 (22:33 +0000)
commite4003463fff6a90d331c0a2da92774941693a4f7
tree8bc83aae4353f6ba947102c84c86284cae5c8826
parent8e7abefdaaa3c00c35cfe04b787225926f70affe
[dev.typeparams] cmd/compile: match register-ABI version of memmove call on ARM64

Update the rule to match register-ABI version of the call for
inlining memmove.

Change-Id: Ic6da810e4d7ac391ffb766fcdc943985f0739624
Reviewed-on: https://go-review.googlesource.com/c/go/+/323930
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/ARM64.rules
src/cmd/compile/internal/ssa/rewriteARM64.go