]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enable brachelim pass on loong64
authorWayne Zuo <wdvxdr@golangcn.org>
Sat, 9 Jul 2022 11:26:47 +0000 (19:26 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 9 Nov 2022 06:10:55 +0000 (06:10 +0000)
commit268f4629df14f5b256ba51b78e1cf5799ce9818b
treebdfb3cacb48d2441cd80cd5bc23349138d11ce46
parent6b45863e47ad1a27ba3051ce0407f0bdc7b46113
cmd/compile: enable brachelim pass on loong64

Change-Id: I4fd1c307901c265ab9865bf8a74460ddc15e5d14
Reviewed-on: https://go-review.googlesource.com/c/go/+/416735
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: xiaodong liu <teaofmoli@gmail.com>
Auto-Submit: Wayne Zuo <wdvxdr@golangcn.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
src/cmd/compile/internal/loong64/ssa.go
src/cmd/compile/internal/ssa/_gen/LOONG64.rules
src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go
src/cmd/compile/internal/ssa/branchelim.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteLOONG64.go
test/codegen/condmove.go