]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.16] cmd/compile: fix simplification rules on arm/arm64
authorKeith Randall <khr@golang.org>
Sun, 19 Sep 2021 21:20:56 +0000 (14:20 -0700)
committerDmitri Shuralyov <dmitshur@golang.org>
Wed, 27 Oct 2021 20:42:13 +0000 (20:42 +0000)
commitcfe182c67328f852d33ff00c9dc876765f19e546
tree5838169486f96b1683bb74aaf8171f74b4b254c6
parentc580180744e60d6c84fc0b59d634fcff01290780
[release-branch.go1.16] cmd/compile: fix simplification rules on arm/arm64

Fixes #48474

Change-Id: Ic1e918f916eae223a3b530a51a58f03031924670
Reviewed-on: https://go-review.googlesource.com/c/go/+/350913
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-on: https://go-review.googlesource.com/c/go/+/351072
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/ssa/gen/ARM.rules
src/cmd/compile/internal/ssa/gen/ARM64.rules
src/cmd/compile/internal/ssa/rewriteARM.go
src/cmd/compile/internal/ssa/rewriteARM64.go
test/fixedbugs/issue48473.go [new file with mode: 0644]