]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/ssa: reorder fuse and dse
authorTodd Neal <todd@tneal.org>
Tue, 27 Oct 2015 01:57:53 +0000 (20:57 -0500)
committerTodd Neal <todd@tneal.org>
Tue, 27 Oct 2015 22:16:12 +0000 (22:16 +0000)
commitcd01c0be267da70abe8bd6f53109fa2c70e581dc
tree43064b77fa780f4654902ca76e836f31c3a4dc9d
parent129261ae834fa27307f0ed0363b5f719147f2378
[dev.ssa] cmd/compile/internal/ssa: reorder fuse and dse

deadstore elimination currently works in a block, fusing before
performing dse eliminates ~1% more stores for make.bash

Change-Id: If5bbddac76bf42616938a8e8e84cb7441fa02f73
Reviewed-on: https://go-review.googlesource.com/16350
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/compile.go