]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal: merge rules in PPC64.rules
authorLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 30 Aug 2022 20:51:57 +0000 (15:51 -0500)
committerGopher Robot <gobot@golang.org>
Thu, 8 Sep 2022 14:58:11 +0000 (14:58 +0000)
commit403f91c24430213b6a8efb3d143b6eae08b02ec2
tree9ca8c184d7bd7087478efd8516e5451d28efe292
parent530a2369746555ce099870e88714a54c4f4473d1
cmd/compile/internal: merge rules in PPC64.rules

This uses rulegen syntax which allows similar rules
to be combined, saving lines in the rules file.
The Lsh16x32 rule had an incorrect value and that was
fixed.

Change-Id: I637410e39d8554825076aca5ac24083ce05ab186
Reviewed-on: https://go-review.googlesource.com/c/go/+/429035
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/ssa/gen/PPC64.rules
src/cmd/compile/internal/ssa/rewritePPC64.go