On Mon, 19 Aug 2019 at 22:38, Richard Henderson <[email protected]> wrote: > > Since all of the inputs and outputs are i32, dispense with > the intermediate promotion to i64 and use tcg_gen_add2_i32. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/translate.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
