qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 09/13] target/i386: do not use gen_op_jz_ecx for repeated str


From: Paolo Bonzini
Subject: Re: [PATCH 09/13] target/i386: do not use gen_op_jz_ecx for repeated string operations
Date: Sun, 15 Dec 2024 16:15:10 +0100



Il dom 15 dic 2024, 15:50 Richard Henderson <richard.henderson@linaro.org> ha scritto:
gen_op_jz_ecx should become unused now.

And maybe gen_op_jnz_ecx went unused a few patches ago, when gen_jz_ecx_string got merged?

IIRC LOOP{,Z,NZ} use both of them. I can inline them as a follow-up.

Paolo

Anyway, I think there are some dead inlines which clang would Werror about.

With those fixed,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~


reply via email to

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