]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: handle constant pointer offsets in dead store elimination
authorKeith Randall <khr@golang.org>
Mon, 30 Oct 2023 04:00:29 +0000 (21:00 -0700)
committerKeith Randall <khr@golang.org>
Tue, 31 Oct 2023 20:42:56 +0000 (20:42 +0000)
commit43b57b85160f310622130e9c8653dde599d839cc
tree94cbf96f138f5c6b0574794cd173005773ffd545
parent66b8107a26e515bbe19855d358bdf12bd6326347
cmd/compile: handle constant pointer offsets in dead store elimination

Update #63657
Update #45573

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>
src/cmd/compile/internal/ssa/deadstore.go
src/cmd/compile/internal/ssa/rewrite.go