]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: port liveness analysis to SSA
authorMatthew Dempsky <mdempsky@google.com>
Fri, 10 Mar 2017 02:32:17 +0000 (18:32 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 20 Mar 2017 22:58:50 +0000 (22:58 +0000)
commit325904fe6a6b3fc4324c517a62fa570fd6efb163
tree917c6191d95d4cb47992baed2aa1893b09730c67
parentea8c7dae4fe2fa9cc5ef258582086941aec751ae
cmd/compile: port liveness analysis to SSA

Passes toolstash-check -all.

Change-Id: I92c3c25d6c053f971f346f4fa3bbc76419b58183
Reviewed-on: https://go-review.googlesource.com/38087
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/fmt_test.go
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/pgen.go
src/cmd/compile/internal/gc/plive.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/func.go