]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enforce strongly typed rules for ARM (4)
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Sat, 4 Jul 2020 09:29:40 +0000 (11:29 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 23 Sep 2020 07:51:17 +0000 (07:51 +0000)
commit150bd4ffd4ea10ce18038c3efb2d792c73fd4b0c
tree1898b1f457f66b9cddfa7858c08bab6307c2ea3b
parentfa63d243333a735e81906bafc3951a4697fb6dee
cmd/compile: enforce strongly typed rules for ARM (4)

"mul by constant" until "div by constant"
L547-L609

Change-Id: I19ebb5694e383878f505d34df2591a51fe38431a
Reviewed-on: https://go-review.googlesource.com/c/go/+/254662
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
src/cmd/compile/internal/ssa/gen/ARM.rules
src/cmd/compile/internal/ssa/rewriteARM.go