]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: restore missing columns in ssa.html
authorBradford Lamson-Scribner <brad.lamson@gmail.com>
Sun, 5 Apr 2020 22:12:05 +0000 (16:12 -0600)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 5 Apr 2020 23:23:03 +0000 (23:23 +0000)
commit763bd58b19a3aea9760cb8c8326dabf78653db68
tree1338ff52b0f25e59549787f587e4569cdf7cd21b
parent281d41cb400fdc3f5581bb0e479f2e9ff02fe833
cmd/compile: restore missing columns in ssa.html

If the final pass(es) are identical during ssa.html generation,
they are persisted in-memory as "pendingPhases" but never get
written as a column in the html. This change flushes those
in-memory phases.

Fixes #38242

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