|
From: | Richard Henderson |
Subject: | Re: [PATCH] target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v |
Date: | Thu, 7 Oct 2021 10:53:00 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
On 10/7/21 1:17 AM, frank.chang@sifive.com wrote:
From: Frank Chang<frank.chang@sifive.com> oprsz and maxsz are passed with the same value in commit: eee2d61e202. However, vmv.v.v was missed in that commit and should pass the same value as well in its tcg_gen_gvec_2_ptr() call. Signed-off-by: Frank Chang<frank.chang@sifive.com> --- target/riscv/insn_trans/trans_rvv.c.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |