]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: follow up intrinsifying math/bits.Add64 for arm64
authorerifan01 <eric.fang@arm.com>
Thu, 21 Mar 2019 03:24:47 +0000 (03:24 +0000)
committerCherry Zhang <cherryyz@google.com>
Fri, 22 Mar 2019 15:09:47 +0000 (15:09 +0000)
commitd0cbf9bf53ceb989f79addf4b91346840b3b8a57
tree4ef4c3be1efdf5a25671fdcd34aaa221030d91f9
parent98891386146413e902bef41a7feb7595b86e4c1d
cmd/compile: follow up intrinsifying math/bits.Add64 for arm64

This CL deals with the additional comments of CL 159017.

Change-Id: I4ad3c60c834646d58dc0c544c741b92bfe83fb8b
Reviewed-on: https://go-review.googlesource.com/c/go/+/168857
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/arm64/ssa.go
src/cmd/compile/internal/ssa/gen/ARM64.rules
src/cmd/compile/internal/ssa/gen/ARM64Ops.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteARM64.go
src/math/bits/bits_test.go
test/codegen/mathbits.go