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

--- Comment #2 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 
---
(In reply to Richard Biener from comment #1)
> Not sure why we don't use versioning for alignment here.

I think it's probably a case of not knowing at that stage that
out[] is going to be implemented using elementwise accesses,
and so alignment doesn't matter.  We could probably use
get_load_store_type to check.

Reply via email to