]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enforce strongly typed rules for ARM (to32)
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Thu, 24 Sep 2020 19:44:32 +0000 (21:44 +0200)
committerKeith Randall <khr@golang.org>
Tue, 20 Oct 2020 22:59:31 +0000 (22:59 +0000)
commit3ca3ca51d70aac890fb023786db1fcbbeea139f1
tree39b1ac81dba3c4da43c0ef7846f8751efccbb706
parentb7a2d413a3f710f14accedf185c93bfb63d24fd0
cmd/compile: enforce strongly typed rules for ARM (to32)

Type casting changed to 32 from 64.
L1055-L1056
L1193-L1194, L1197-L1198

toolstash-check successful.

Change-Id: Icdb9985673292294bc4549afaaa6cf4fcf92ffa8
Reviewed-on: https://go-review.googlesource.com/c/go/+/257640
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/ARM.rules
src/cmd/compile/internal/ssa/rewriteARM.go