qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 5/9] target/riscv: remove 'cpu_vl' global


From: Richard Henderson
Subject: Re: [PATCH v6 5/9] target/riscv: remove 'cpu_vl' global
Date: Wed, 21 Feb 2024 12:01:50 -1000
User-agent: Mozilla Thunderbird

On 2/21/24 11:31, Daniel Henrique Barboza wrote:
At this moment the global is used only in do_vsetvl(). Do a direct env
load in do_vsetvl() to read 'vl' and remove the global.

Suggested-by: Richard Henderson<richard.henderson@linaro.org>
Signed-off-by: Daniel Henrique Barboza<dbarboza@ventanamicro.com>
---
  target/riscv/insn_trans/trans_rvv.c.inc | 2 +-
  target/riscv/translate.c                | 3 +--
  2 files changed, 2 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]