]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: add test to detect cse bug
authorTodd Neal <todd@tneal.org>
Tue, 9 Feb 2016 00:06:12 +0000 (18:06 -0600)
committerDavid Chase <drchase@google.com>
Tue, 9 Feb 2016 02:06:25 +0000 (02:06 +0000)
commit9763f6f8cf6c62d19fd108e023dd759e457d0389
tree37be6ab0ec715208f981339733767b60de4d3940
parente93410d3e51064e3ec119c9ec47766f8467a3a4c
[dev.ssa] cmd/compile: add test to detect cse bug

Adds a test to detect the bug that slipped in earlier when partioning
by the Aux value, but not sorting by it.

Change-Id: I56d0ba76383bbc1514b3dabd295e369771c26645
Reviewed-on: https://go-review.googlesource.com/19382
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/cse_test.go [new file with mode: 0644]
src/cmd/compile/internal/ssa/type_test.go