|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH 04/11] target/ppc: replace tcg_gen_qemu_st_tl() with gen_st_tl() |
Date: | Thu, 12 Dec 2024 09:27:23 -0600 |
User-agent: | Mozilla Thunderbird |
On 12/12/24 09:14, Mark Cave-Ayland wrote:
To ensure that all memory stores are performed by gen_st_tl(), convert all remaining users of tcg_gen_qemu_st_tl() with gen_st_tl(). Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> --- target/ppc/translate.c | 10 +++++----- target/ppc/translate/fixedpoint-impl.c.inc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)
I think you could squash patches 1+2 and 3+4. Introduce the function and use it everywhere; the patches are not large. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |