On 30/1/23 21:59, Richard Henderson wrote:
Since tcg_temp_new is now identical, use that. In some cases we can avoid a copy from A0 or T0.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/i386/tcg/translate.c | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>