]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove ld/st-followed nil checks for PPC64
authorDavid Chase <drchase@google.com>
Tue, 6 Sep 2016 16:05:02 +0000 (09:05 -0700)
committerDavid Chase <drchase@google.com>
Tue, 6 Sep 2016 18:52:13 +0000 (18:52 +0000)
commit0e0ab20334358ab009cbcd9d570ef6e884750733
tree8660f26ee30591236155ea5c64dd80d7a59dda5c
parentb926bf83b0d58d7cb177dae46c011847442498c2
cmd/compile: remove ld/st-followed nil checks for PPC64

Enabled checks (except for DUFF-ops which aren't implemented yet).
Added ppc64le to relevant test.

Also updated register list to reflect no-longer-reserved-
for-constants status (file was missed in that change).

Updates #16010.

Change-Id: I31b1aac19e14994f760f2ecd02edbeb1f78362e7
Reviewed-on: https://go-review.googlesource.com/28548
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ppc64/ssa.go
test/nilptr3_ssa.go