|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 26/70] target/m68k: Avoid tcg_const_i32 when modified |
Date: | Tue, 7 Mar 2023 00:53:51 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
On 27/2/23 06:41, Richard Henderson wrote:
In several instances, a temp is initialized with a for use as a constant, and then subsequently used as an unrelated temp. Split them. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- target/m68k/translate.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |