PR tree-optimization/69207
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jan 2016 17:55:38 +0000 (17:55 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jan 2016 17:55:38 +0000 (17:55 +0000)
commit4f64f91be7fe1dccec2f20c84fbac87a52ad6c32
treea76792bf45fbd964aeee2212d32c5491f000d45d
parent2edb91b13dda50f65d85c6b84f960764587349a3
PR tree-optimization/69207
* tree-vect-slp.c (vect_get_constant_vectors): For
VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
fold_convertible_p to vector_type's element type, and always
use VCE for non-VECTOR_BOOLEAN_TYPE_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232233 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-vect-slp.c