]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove output registers limit for MUL/DIV on loong64
authorWayne Zuo <wdvxdr@golangcn.org>
Thu, 10 Nov 2022 14:55:00 +0000 (22:55 +0800)
committerWayne Zuo <wdvxdr@golangcn.org>
Fri, 11 Nov 2022 01:35:11 +0000 (01:35 +0000)
commitffc4496306a93a5d95abd6b1ec7bb81ca02c0026
treeba6f3d02e6f1516a3e05cdddfe28c5df9896c507
parent4d37f968252b85ea3b26513b39ed606a5a50bc32
cmd/compile: remove output registers limit for MUL/DIV on loong64

This limitation exists on MIPS platform, but not on loong64.

Change-Id: I14bb3ec6895a8f7850873c171e1756843ffea72e
Reviewed-on: https://go-review.googlesource.com/c/go/+/449395
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go
src/cmd/compile/internal/ssa/opGen.go