[Bug tree-optimization/69207] [6 Regression] gcc.target/aarch64/vldN_1.c ICEs at -O3
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 11 17:56:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69207
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jan 11 17:55:38 2016
New Revision: 232233
URL: https://gcc.gnu.org/viewcvs?rev=232233&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vect-slp.c
More information about the Gcc-bugs
mailing list