[Bug tree-optimization/65084] Lack of type narrowing/widening inhibits good vectorization
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 17 08:51:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65084
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, for masked loads/stores we already have the ability to clone a loop and
only perform changes on the loop that would be vectorized and not on the scalar
code that would be used when not vectorized. So, if this is performed during
ifcvt or after ifcvt, if such changes wouldn't be generally desirable for
scalar code, but only for vectorization, we can still perform them there.
More information about the Gcc-bugs
mailing list