https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100445

--- Comment #9 from Uroš Bizjak <ubizjak at gmail dot com> ---
ix86_use_mask_cmp_p should be refined, it has an early return for 64bit modes:

  if (GET_MODE_SIZE (mode) == 64)
    return true;

Reply via email to