]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: reset memcombine correctly between basic blocks
authorKeith Randall <khr@golang.org>
Tue, 12 Sep 2023 23:15:59 +0000 (16:15 -0700)
committerKeith Randall <khr@golang.org>
Fri, 15 Sep 2023 21:33:40 +0000 (21:33 +0000)
commit08cdfd06ed1ca21f3b8c95361506ab94c429b622
tree7152202ec861fb94726a74e3e9b8559ecb21b764
parent98f05093638728e7c57c48f14ab4d56076118836
cmd/compile: reset memcombine correctly between basic blocks

Not sure why this bug didn't cause a complete failure, but it
certainly makes for doing a lot more work than is necessary.

Fixes #62604

Change-Id: If0be4acb6eafc3d7eeb42d2f4263c21b4e6e1c7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/527699
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/compile/internal/ssa/memcombine.go