]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: do not treat OpLocalAddr as load in DSE
authorYoulin Feng <fengyoulin@live.com>
Mon, 18 Nov 2024 09:34:20 +0000 (17:34 +0800)
committerKeith Randall <khr@golang.org>
Tue, 4 Feb 2025 20:52:01 +0000 (12:52 -0800)
commit0825475599d40c786c19c3449e22d2db66754456
treea68dc7687c0ba1b92296d1d019a799e3dd155f09
parent5cb5437b6daee8971be0bd393535e263333ef311
cmd/compile: do not treat OpLocalAddr as load in DSE

Fixes #70409
Fixes #47107

Change-Id: I82a66c46f6b76c68e156b5d937273b0316975d44
Reviewed-on: https://go-review.googlesource.com/c/go/+/629016
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/deadstore.go
test/codegen/issue70409.go [new file with mode: 0644]