On 9/3/24 18:51, Richard Henderson wrote:
When converting test vs UINT32_MAX to compare vs 0, we need to adjust the condition to match.Cc: qemu-sta...@nongnu.org Fixes: 34aff3c2e06 ("tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX") Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- tcg/aarch64/tcg-target.c.inc | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>