Re: [PATCH 06/17] target/riscv: Use gpr_src in branches

2021-07-12 Thread Alistair Francis
On Fri, Jul 9, 2021 at 2:39 PM Richard Henderson wrote: > > Narrow the scope of t0 in trans_jalr. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/insn_trans/trans_rvi.c.inc | 25 ++--- > 1 file changed, 10 insertions(+), 15

[PATCH 06/17] target/riscv: Use gpr_src in branches

2021-07-08 Thread Richard Henderson
Narrow the scope of t0 in trans_jalr. Signed-off-by: Richard Henderson --- target/riscv/insn_trans/trans_rvi.c.inc | 25 ++--- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/target/riscv/insn_trans/trans_rvi.c.inc b/target/riscv/insn_trans/trans_rvi.c.inc in