]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: benchmark needs dominator tree
authorKeith Randall <khr@golang.org>
Mon, 23 May 2016 20:09:12 +0000 (13:09 -0700)
committerKeith Randall <khr@golang.org>
Mon, 23 May 2016 20:21:15 +0000 (20:21 +0000)
commit7a9f6c2b56bd87ff7f9296344c9e63cc46194428
tree1d447f664ec3b62bc0d87cc19e0a926f6362a672
parent30fc940c70ee5ee27f0a455248735b8b57f34fb7
cmd/compile: benchmark needs dominator tree

Now that CSE uses dom tree to order partitions, we need the
dom tree computed before benchmarking CSE.

Fixes #15801

Change-Id: Ifa4702c7b75250f34de185e69a880b3f3cc46a12
Reviewed-on: https://go-review.googlesource.com/23361
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/passbm_test.go