https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127122
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Status|NEW |ASSIGNED
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Yes, with x86-64-v4 we have masked stores, so we can now vectorize this
correctly, but likely with runtime alias checks. If cselim shouldn't common
the stores we should verify that it doesn't, not that we later do not
vectorize.