]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: combine OR + NOT into ORN on PPC64
authorPaul E. Murphy <murp@ibm.com>
Tue, 3 May 2022 21:30:30 +0000 (16:30 -0500)
committerPaul Murphy <murp@ibm.com>
Wed, 4 May 2022 18:49:50 +0000 (18:49 +0000)
commitc570f0eda2c6d250c58028eb9d1e45061f607b67
treec31b1707dbe9892c5c6307c3603950f44832fee6
parentffe48e00adf3078944015186819a1ed5c6aa8bec
cmd/compile: combine OR + NOT into ORN on PPC64

This shows up in a few crypto functions, and other
assorted places.

Change-Id: I5a7f4c25ddd4a6499dc295ef693b9fe43d2448ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/404057
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/compile/internal/ssa/gen/PPC64.rules
src/cmd/compile/internal/ssa/rewritePPC64.go
test/codegen/logic.go