]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.10] cmd/compile: reset branch prediction when deleting a branch
authorKeith Randall <khr@google.com>
Mon, 22 Jan 2018 17:43:27 +0000 (09:43 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 9 Aug 2018 21:44:22 +0000 (21:44 +0000)
commitdea961ebd9f871b39b3bdaab32f952037f28cd71
tree11732f9ab254aea890b2733c3057fd87fecebaa9
parentb8ae3569c8aa8cb8d569f2941939e30c3d342444
[release-branch.go1.10] cmd/compile: reset branch prediction when deleting a branch

When we go from a branch block to a plain block, reset the
branch prediction bit. Downstream passes asssume that if the
branch prediction is set, then the block has 2 successors.

Fixes #23504
Fixes #26851

Change-Id: I2898ec002228b2e34fe80ce420c6939201c0a5aa
Reviewed-on: https://go-review.googlesource.com/88955
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
(cherry picked from commit 4313d7767d830e863e8f8b53a2b48ca8d0bf0a79)
Reviewed-on: https://go-review.googlesource.com/128855
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/check.go
src/cmd/compile/internal/ssa/fuse.go
test/fixedbugs/issue23504.go [new file with mode: 0644]