]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use ellipses in ARM64 rules
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 23 Jan 2020 01:06:15 +0000 (17:06 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 24 Feb 2020 23:26:05 +0000 (23:26 +0000)
commit2bfa8c37c3676d240ce947d58717fc8c0caa45f1
tree7e486035991648c6f446004e5d44cd8f875d2283
parent5749c0eb5b933372c21983698bbc67b841b8b2bc
cmd/compile: use ellipses in ARM64 rules

Also, explicitly zero AuxInt in some ops (like Div),
to make it clear why they do not use an ellipsis.

Passes toolstash-check -all.

Change-Id: Iea0e807949f0899c43d2d21b9551a2cf00a829b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/217006
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/gen/ARM64.rules
src/cmd/compile/internal/ssa/rewriteARM64.go