]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: enable lateLower pass on PPC64
authorPaul E. Murphy <murp@ibm.com>
Wed, 12 Oct 2022 16:04:50 +0000 (11:04 -0500)
committerPaul Murphy <murp@ibm.com>
Mon, 24 Oct 2022 18:59:50 +0000 (18:59 +0000)
commitf841722853db7911cb5f65d1045e9ecbb5a0d08c
tree9c399039751bd249f83247dc96c007aeed427777
parentffa03f6bac1a86f85a3d3f16c4711b252dc404e0
cmd/compile: enable lateLower pass on PPC64

This allows new rules to be added which would otherwise
greatly overcomplicate the generic rules, like CC opcode
conversion or zero register simplification.

Change-Id: I1533f0fa07815aff99ed8ab890077bd22a3bfbf5
Reviewed-on: https://go-review.googlesource.com/c/go/+/442595
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Run-TryBot: Paul Murphy <murp@ibm.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/compile/internal/ssa/_gen/PPC64latelower.rules [new file with mode: 0644]
src/cmd/compile/internal/ssa/config.go
src/cmd/compile/internal/ssa/rewritePPC64latelower.go [new file with mode: 0644]