cmd/compile: fix PPC64 latelower enablement

The commit f841722853 needed an update for c0f27eb3d5. This
fixes the aforementioned commit.

Also, regenerate the lowering rules.

Change-Id: I2073d2e86af212dfe58bc832a1c04a8ef2a57621
Reviewed-on: https://go-review.googlesource.com/c/go/+/445155
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
This commit is contained in:
Paul E. Murphy 2022-10-24 14:20:59 -05:00 committed by Paul Murphy
parent 7f04b84162
commit bd6cd7db07
2 changed files with 3 additions and 2 deletions

View File

@ -244,6 +244,7 @@ func NewConfig(arch string, types Types, ctxt *obj.Link, optimize, softfloat boo
c.RegSize = 8
c.lowerBlock = rewriteBlockPPC64
c.lowerValue = rewriteValuePPC64
c.lateLowerBlock = rewriteBlockPPC64latelower
c.lateLowerValue = rewriteValuePPC64latelower
c.registers = registersPPC64[:]
c.gpRegMask = gpRegMaskPPC64

View File

@ -1,5 +1,5 @@
// Code generated from gen/PPC64latelower.rules; DO NOT EDIT.
// generated with: cd gen; go run *.go
// Code generated from _gen/PPC64latelower.rules; DO NOT EDIT.
// generated with: cd _gen; go run .
package ssa