]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix simplification rules on arm/arm64
authorKeith Randall <khr@golang.org>
Sun, 19 Sep 2021 21:20:56 +0000 (14:20 -0700)
committerKeith Randall <khr@golang.org>
Mon, 20 Sep 2021 16:27:53 +0000 (16:27 +0000)
commit79159f2e83662dac4089e2f5231ec23de9da10b9
tree590b9067e0f2f9614f7b42ef051fde20fe18f19e
parenteff27e858b771bf5e0b5e7e836827c7d2941e6d4
cmd/compile: fix simplification rules on arm/arm64

Fixes #48473

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>
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]