]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enable reg args on riscv64
authorMeng Zhuo <mzh@golangcn.org>
Sun, 31 Oct 2021 14:06:47 +0000 (22:06 +0800)
committermzh <mzh@golangcn.org>
Thu, 7 Apr 2022 06:23:40 +0000 (06:23 +0000)
commitd3362fc1242f20c40f6d3986ddf4398019c8ea26
treee7e23bf836748d18f6ad877303a91394c969c316
parent870256ec891421d9d68365f65e48d270e16958bb
cmd/compile: enable reg args on riscv64

This CL updates config.go to enable register args.

Change-Id: I00697fc3db23293be0f5bd2fe33fb0055eeab43e
Reviewed-on: https://go-review.googlesource.com/c/go/+/360217
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/config.go