On 21/2/24 03:22, Daniel Henrique Barboza wrote:
After the 'mark_vs_dirty' changes from the previous patch the 'is_store' bool is unused in all load/store functions that were changed. Remove it.Signed-off-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com> --- target/riscv/insn_trans/trans_rvv.c.inc | 69 ++++++++++++------------- 1 file changed, 34 insertions(+), 35 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>