]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: allow values with aux Sym to fault on nil args
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 24 Jan 2020 06:19:39 +0000 (22:19 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 22 Feb 2020 15:33:55 +0000 (15:33 +0000)
commit1894842b751d86b642249d8171250acba0395205
tree99e5b321c69ea1bdeb5a21c30986183d21905c9b
parent638df87fa4f927763f99ebf0c6bc9c4a5380d1f9
cmd/compile: allow values with aux Sym to fault on nil args

And use this newfound power to more precisely describe some PPC64 ops.

Change-Id: Idb2b669d74fbab5f3508edf19f7e3347306b0daf
Reviewed-on: https://go-review.googlesource.com/c/go/+/217002
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/gen/PPC64Ops.go
src/cmd/compile/internal/ssa/gen/main.go
src/cmd/compile/internal/ssa/nilcheck.go
src/cmd/compile/internal/ssa/opGen.go