]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix offset calculation error in memcombine
authorJunyang Shao <shaojunyang@google.com>
Wed, 21 May 2025 18:50:39 +0000 (18:50 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 19:17:08 +0000 (12:17 -0700)
commitd6c29c71562df407cc18846efd2e9d8fe0b28960
tree0d61eabe865c914698d1ae43cc5afa1a6a94f239
parenta21b71daf57a54a12c2aedff0fba0860fa977590
cmd/compile: fix offset calculation error in memcombine

Fixes #73812

Change-Id: If7a6e103ae9e1442a2cf4a3c6b1270b6a1887196
Reviewed-on: https://go-review.googlesource.com/c/go/+/675175
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssa/memcombine.go
test/codegen/issue72832.go