[Bug testsuite/85654] [9 Regression] gcc.dg/vect/pr85586.c FAILs
rsandifo at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue May 8 11:24:00 GMT 2018
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.
More information about the Gcc-bugs
mailing list