]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: OANDAND, OOROR
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 10 Jul 2015 18:58:53 +0000 (12:58 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 13 Jul 2015 04:08:16 +0000 (04:08 +0000)
commite81671115c0857d3286e9331870ec9993e81a1a7
tree3143e7d42a42a9ba21b835361688bedb048c615a
parent7e4c06dad065d1440fe8fcfa8e97702c88e1374e
[dev.ssa] cmd/compile: OANDAND, OOROR

Joint hacking with josharian. Hints from matloob and Todd Neal.

Now with tests, and OROR.

Change-Id: Iff8826fde475691fb72a3eea7396a640b6274af9
Reviewed-on: https://go-review.googlesource.com/12041
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/ssa_test.go [new file with mode: 0644]
src/cmd/compile/internal/gc/testdata/short_ssa.go [new file with mode: 0644]
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/print.go
src/cmd/compile/internal/ssa/rewriteAMD64.go