]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add variants of LDP/STP for arm64 load/store combining
authorkhr@golang.org <khr@golang.org>
Mon, 18 Nov 2024 00:42:37 +0000 (16:42 -0800)
committerKeith Randall <khr@golang.org>
Thu, 13 Feb 2025 22:07:25 +0000 (14:07 -0800)
commit0b88a878798de21c79cbe0e499402a008df0c4bb
tree2135f9c5a46f2e2900a9e768720acf5c6b7e14b1
parenteab3c1e697189ddded55a5ac14d8b29d35145419
cmd/compile: add variants of LDP/STP for arm64 load/store combining

These will be used in a subsequent CL.

Change-Id: I96562668da502e5cb41096c9831c59292644be72
Reviewed-on: https://go-review.googlesource.com/c/go/+/629255
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/arm64/ssa.go
src/cmd/compile/internal/ssa/_gen/ARM64Ops.go
src/cmd/compile/internal/ssa/opGen.go