Home
last modified time | relevance | path

Searched hist:"89527 e3a75c714e12fa054efa6a80e5111d89354" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dtranslate.cdiff 89527e3a75c714e12fa054efa6a80e5111d89354 Mon Oct 16 14:24:23 CDT 2023 Richard Henderson <richard.henderson@linaro.org> target/sparc: Discard cpu_cond at the end of each insn

If the insn raises no exceptions, there will be no path in which
cpu_cond is used, and so the computation may be optimized away.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>