qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 08/25] target/arm: Avoid tcg_const_* in translate-mve.c


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 08/25] target/arm: Avoid tcg_const_* in translate-mve.c
Date: Thu, 9 Mar 2023 14:27:25 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 7/3/23 19:34, Richard Henderson wrote:
All uses are in the context of an accumulator conditionally
having a zero input.  Split the rda variable to rda_{i,o},
and set rda_i to tcg_constant_foo(0) when required.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
Cc: qemu-arm@nongnu.org
---
  target/arm/tcg/translate-mve.c | 54 ++++++++++++++++++----------------
  1 file changed, 29 insertions(+), 25 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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