]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: adopt strong aux typing for some s390x rules
authorRuixin Bao <ruixin.bao@ibm.com>
Wed, 29 Apr 2020 01:19:17 +0000 (18:19 -0700)
committerMichael Munday <mike.munday@ibm.com>
Wed, 29 Apr 2020 08:57:33 +0000 (08:57 +0000)
commite1a96b82dfe4e072b95ac77a6e08216356c23469
tree6abc53c4b5475482c97c5597af8c67d1872c979b
parent67d40873adec0b70555840b2ef93e01716fe0730
cmd/compile: adopt strong aux typing for some s390x rules

Convert some optimizations rules to strongly-typed versions. Similar to
CL 230338, this CL only converts rules that need no additional changes
(i.e: only need to change '->' to '=>').

This CL covers the rules from line 800 - 1219.

Passes toolstash-check

Change-Id: I94181a809fa38918b78301f1c0c680b7a8ab552f
Reviewed-on: https://go-review.googlesource.com/c/go/+/230738
Reviewed-by: Michael Munday <mike.munday@ibm.com>
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/gen/S390X.rules
src/cmd/compile/internal/ssa/rewriteS390X.go