]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: Fix SSA building bug for CAS atomics on ARM64
authorAndrey Bokhanko <andreybokhanko@gmail.com>
Tue, 7 May 2024 20:09:14 +0000 (23:09 +0300)
committerCherry Mui <cherryyz@google.com>
Tue, 21 May 2024 20:52:26 +0000 (20:52 +0000)
commit643865856c535a5a644201c602b18bd87b121c93
treea2d11a19a0a77eadafab80a352825bbaeb59775e
parent1a349fc92b0d1ea652a164243f850eb542d0924c
cmd/compile: Fix SSA building bug for CAS atomics on ARM64

Fixes #67229

Change-Id: I39f1255d38d2b2083753e17f0f5acf520e6167d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/583995
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Shu-Chun Weng <scw@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssagen/ssa.go