]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.17] 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:29 +0000 (20:42 +0000)
commit644555d34e5154215e4599610d861ec598bfbef2
tree7e7c3e5f2b8e9ab6543d61bc3682cfb809102552
parent11b64b428b5fc07006b737de2b331382e64334a8
[release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64

Fixes #48475

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/+/351071
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]