]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix PPC64 latelower enablement
authorPaul E. Murphy <murp@ibm.com>
Mon, 24 Oct 2022 19:20:59 +0000 (14:20 -0500)
committerPaul Murphy <murp@ibm.com>
Mon, 24 Oct 2022 19:40:03 +0000 (19:40 +0000)
commitbd6cd7db07f314443acdb980393f57386d40551f
tree578c654df610c9c16964ecfd0bf9658d52ce5f5d
parent7f04b8416297a3810cd2eddbcce84ac569e9b96d
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>
src/cmd/compile/internal/ssa/config.go
src/cmd/compile/internal/ssa/rewritePPC64latelower.go