http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55001
Marc Glisse <glisse at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Handle VEC_COND_EXPR in |Handle VEC_COND_EXPR better
|tree-vect-generic.c |in tree-vect-generic.c
--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> 2012-11-01 23:43:38
UTC ---
When vcond is not handled for large vector types, the code goes straight to
scalars. It should first try small vectors, as is done for other operations.