https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121322
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think for count == 0 there is no point to rotate and try further, we've
already checked that is_bswap_or_nop_p (tmp_n, cmpxchg, cmpnop, mask, bswap) is
false.
