]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove the resultInArg0 register checks on linux/loong64
authorGuoqi Chen <chenguoqi@loongson.cn>
Mon, 4 Jul 2022 02:16:12 +0000 (10:16 +0800)
committerWayne Zuo <wdvxdr@golangcn.org>
Fri, 4 Nov 2022 00:41:05 +0000 (00:41 +0000)
commitc1c6b0ca79233c8b7612957291c2d47d337cc2de
tree665fcacbeb398a495a765652b77b08e02bec62a0
parent3615eb16af57b832a3b6d957d86b84b656865a14
cmd/compile: remove the resultInArg0 register checks on linux/loong64

The automatic resultInArg0 register check has been implemented by CL 296010.

Change-Id: Id0e085ded9aa097bd02593c359a750d938a3aaa6
Reviewed-on: https://go-review.googlesource.com/c/go/+/416034
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Wayne Zuo <wdvxdr@golangcn.org>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/compile/internal/loong64/ssa.go