]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify converted SSA form for 'if false'
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 2 Mar 2020 21:51:20 +0000 (13:51 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 3 Mar 2020 18:42:30 +0000 (18:42 +0000)
commit7b0b6c2f7e9d925763a2e1d2ba10682019827a9b
treed801c3d9cbda9360f14adc147b37837c03f7cdf8
parentb49d8ce2fa66df6e201a3e7e89c42003e7b7a76a
cmd/compile: simplify converted SSA form for 'if false'

The goal here is to make it easier for a human to
examine the SSA when a function contains lots of dead code.

No significant compiler metric or generated code differences.

Change-Id: I81915fa4639bc8820cc9a5e45e526687d0d1f57a
Reviewed-on: https://go-review.googlesource.com/c/go/+/221791
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go