]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/gc: handle all inputs for shifts.
authorAlexandru Moșoi <mosoi@google.com>
Fri, 7 Aug 2015 10:19:03 +0000 (12:19 +0200)
committerKeith Randall <khr@golang.org>
Thu, 13 Aug 2015 21:58:12 +0000 (21:58 +0000)
commitc55870a5412fb374c9c392a06c3949b291c48e15
tree4073b5a0d75966b43717dbd8acfb71d8273e43b1
parent35fb514596b970a73be972fa917fa23ca74f7be6
[dev.ssa] cmd/compile/internal/gc: handle all inputs for shifts.

Disable CX as output for shift operations.

Change-Id: I85e6b22d09009b38847082dc375b6108c2dee80a
Reviewed-on: https://go-review.googlesource.com/13370
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/testdata/arith_ssa.go
src/cmd/compile/internal/ssa/gen/AMD64Ops.go
src/cmd/compile/internal/ssa/opGen.go