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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tnfchris at gcc dot gnu.org

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Looks like the alignment peeling enablement for early break didn't go in in
time?  That should have fixed this by peeling scalar iterations until 's' is
appropriately aligned (though we should probably use a very low VF to make
that not excessive).

Reply via email to