re PR tree-optimization/69207 (gcc.target/aarch64/vldN_1.c ICEs at -O3)
authorJakub Jelinek <jakub@redhat.com>
Mon, 11 Jan 2016 17:55:38 +0000 (18:55 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 11 Jan 2016 17:55:38 +0000 (18:55 +0100)
commit7c285ab9ae4726b4821379c82d16d2373cd46f8f
treea76792bf45fbd964aeee2212d32c5491f000d45d
parent1517bc3008cf520c08760a8dba884237104e9d1a
re PR tree-optimization/69207 (gcc.target/aarch64/vldN_1.c ICEs at -O3)

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.

From-SVN: r232233
gcc/ChangeLog
gcc/tree-vect-slp.c