]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify naming for arm64 bitfield accessors
authorkhr@golang.org <khr@golang.org>
Mon, 5 Aug 2024 18:22:07 +0000 (11:22 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 24 Sep 2024 21:02:28 +0000 (21:02 +0000)
commitb92f3f29c14babc37a4e36ece914a196b837c193
tree1e65cff50dbbe771e264f665896591b8e7fd4b65
parent1e5a72e980d481dbe1c605aab870275d6ab4e81d
cmd/compile: simplify naming for arm64 bitfield accessors

They are already methods on an arm64-specific type, so they don't
need to have arm64-specific names.

Change-Id: I2be29907f9892891d88d52cced043ca248aa4e08
Reviewed-on: https://go-review.googlesource.com/c/go/+/615196
Auto-Submit: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/_gen/ARM64.rules
src/cmd/compile/internal/ssa/rewrite.go
src/cmd/compile/internal/ssa/rewriteARM64.go
src/cmd/compile/internal/ssa/value.go