]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix sign extension of paired 32-bit loads on arm64
authorKeith Randall <khr@golang.org>
Sat, 15 Feb 2025 00:13:44 +0000 (16:13 -0800)
committerKeith Randall <khr@golang.org>
Sat, 15 Feb 2025 15:53:28 +0000 (07:53 -0800)
commitbeac2f7d3b72ecaff146b98afb690489f0192422
treeb7f4877d95cbf3fcda4c17f9f6a9bb39feb758be
parentc62c69dd5c1af0e25c76071f8987480680f09222
cmd/compile: fix sign extension of paired 32-bit loads on arm64

Fixes #71759

Change-Id: Iab05294ac933cc9972949158d3fe2bdc3073df5e
Reviewed-on: https://go-review.googlesource.com/c/go/+/649895
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/compile/internal/arm64/ssa.go
src/cmd/compile/internal/ssa/_gen/ARM64Ops.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/pair.go
test/codegen/memcombine.go
test/fixedbugs/issue71759.go [new file with mode: 0644]