]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: check that phis are always first after scheduling
authorKeith Randall <khr@golang.org>
Tue, 6 Jun 2017 22:25:29 +0000 (15:25 -0700)
committerKeith Randall <khr@golang.org>
Wed, 7 Jun 2017 00:13:20 +0000 (00:13 +0000)
commita027466e4b6d594fd8b562094fe63a9c4c6ec4f7
tree609343be8f7af27a436f1e4faff6e7a4b034df28
parentf425f549573e5017861216d62ccb22ee37b68004
cmd/compile: check that phis are always first after scheduling

Update #20178

Change-Id: I603f77268ed38afdd84228c775efe006f08f14a7
Reviewed-on: https://go-review.googlesource.com/45018
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/ssa/check.go
src/cmd/compile/internal/ssa/deadstore.go
src/cmd/compile/internal/ssa/rewrite.go