[Bug tree-optimization/66675] Could improve vector lane folding style operations.
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Sep 18 00:03:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66675
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|aarch64*-*-*, arm*-*-* |
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
maybe SRA can handle this. Right now SRA does not handle vectors (but it does
handle complex). So if it handled vectors as an array it might be able to
handle this case too.
More information about the Gcc-bugs
mailing list