]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update riscv64 CALL* ops
authorMeng Zhuo <mzh@golangcn.org>
Sun, 31 Oct 2021 13:16:15 +0000 (21:16 +0800)
committermzh <mzh@golangcn.org>
Thu, 24 Mar 2022 01:26:58 +0000 (01:26 +0000)
commit849e42f028d20821aa68d7d37aa2e1fc3abbebe3
treecc693aadc161f3cf7a8a6e792e61c16bde747b9a
parent947bf333fc2d93e519241b521ddc13c76daa4862
cmd/compile: update riscv64 CALL* ops

This CL allow the CALL ops to take variable number of arguments.

Change-Id: If84bb306c2f23a0a934e31dfeabbca7bed0c1796
Reviewed-on: https://go-review.googlesource.com/c/go/+/360216
Trust: mzh <mzh@golangcn.org>
Run-TryBot: mzh <mzh@golangcn.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/ssa/gen/RISCV64Ops.go
src/cmd/compile/internal/ssa/opGen.go