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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |testsuite

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
It was likely the vect_worthwhile_without_simd_p changes where we might now
vectorize this loop using (unaligned) 'int'.

Can you confirm that?

I'm not aware of any effective target we could use for this test - all
targets by default will try 'word_mode' vectorization (and hopefully
also allow that when having native vector support).

Reply via email to