]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move decompose builtin closer to late opt
authorAlexandru Moșoi <mosoi@google.com>
Fri, 11 Mar 2016 00:10:35 +0000 (01:10 +0100)
committerAlexandru Moșoi <alexandru@mosoi.ro>
Sun, 13 Mar 2016 22:12:01 +0000 (22:12 +0000)
commit8ec80176d49d268beb282ec32ee9fe7275ef170b
tree208067215ac9921115db3f302d805fb0d7fcf7a7
parentfdc04223c5ed16ba568f6ce1b4859bc06e43df5e
cmd/compile: move decompose builtin closer to late opt

* Shaves about 10k from pkg/tools/linux_amd64.
* Was suggested by drchase before
* Found by looking at ssa output of #14758

Change-Id: If2c4ddf3b2603d4dfd8fb4d9199b9a3dcb05b17d
Reviewed-on: https://go-review.googlesource.com/20570
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Alexandru Moșoi <alexandru@mosoi.ro>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/compile.go