Re: [PATCH 4/4] target/openrisc: Use dc->zero in gen_add, gen_addc

2021-07-09 Thread Stafford Horne
On Thu, Jul 08, 2021 at 02:37:54PM -0700, Richard Henderson wrote: > We still need the t0 temporary for computing overflow, > but we do not need to initialize it to zero first. > > Signed-off-by: Richard Henderson Reviewed-by: Stafford Horne

[PATCH 4/4] target/openrisc: Use dc->zero in gen_add, gen_addc

2021-07-08 Thread Richard Henderson
We still need the t0 temporary for computing overflow, but we do not need to initialize it to zero first. Signed-off-by: Richard Henderson --- target/openrisc/translate.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target/openrisc/translate.c b/target/openrisc/