]> Cypherpunks.ru repositories - gostls13.git/commit
[release-branch.go1.21] cmd/compile: handle constant pointer offsets in dead store...
authorKeith Randall <khr@golang.org>
Mon, 30 Oct 2023 04:00:29 +0000 (21:00 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 7 Nov 2023 21:29:17 +0000 (21:29 +0000)
commitcaacf3a09a049426e4567f9988ede23b8e0460f5
tree1ebf35a1a8056793fbb3716f40beb644d9c5b112
parent1e91861f6709b96d1e1ea5b9f5fcb953d6c56416
[release-branch.go1.21] cmd/compile: handle constant pointer offsets in dead store elimination

Update #63743

Change-Id: I163c6038c13d974dc0ca9f02144472bc05331826
Reviewed-on: https://go-review.googlesource.com/c/go/+/538595
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
(cherry picked from commit 43b57b85160f310622130e9c8653dde599d839cc)
Reviewed-on: https://go-review.googlesource.com/c/go/+/538857
Auto-Submit: Heschi Kreinick <heschi@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/compile/internal/ssa/deadstore.go
src/cmd/compile/internal/ssa/rewrite.go