qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] target/hexagon: Use tcg_constant_*


From: Richard Henderson
Subject: Re: [PATCH 2/2] target/hexagon: Use tcg_constant_*
Date: Sun, 3 Oct 2021 09:59:56 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/2/21 8:47 PM, Philippe Mathieu-Daudé wrote:
Replace uses of tcg_const_* with the allocate and free close together.

Inspired-by: Richard Henderson<richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  target/hexagon/gen_tcg.h        |  6 ++---
  target/hexagon/macros.h         |  3 +--
  target/hexagon/genptr.c         | 39 +++++++++++----------------------
  target/hexagon/translate.c      | 26 +++++++---------------
  target/hexagon/gen_tcg_funcs.py |  4 +---
  5 files changed, 25 insertions(+), 53 deletions(-)

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

r~



reply via email to

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