> 2020-12-10  Jakub Jelinek  <ja...@redhat.com>
> 
>       PR rtl-optimization/98212
>       * dojump.c (do_compare_rtx_and_jump): When splitting NE and backend
>       can do UNEQ, prefer splitting x != y into x unord y || !(x uneq y)
>       instead of into x unord y || x ltgt y.
> 
>       * gcc.target/i386/pr98212.c: New test.

OK, thanks.

-- 
Eric Botcazou


Reply via email to