r129598 - in /trunk/gcc: ChangeLog tree-vect-an...
irar@gcc.gnu.org
irar@gcc.gnu.org
Wed Oct 24 07:51:00 GMT 2007
Author: irar
Date: Wed Oct 24 07:51:09 2007
New Revision: 129598
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129598
Log:
* tree-vect-analyze.c (vect_build_slp_tree): Return false if
vectype cannot be determined for the scalar type.
(vect_analyze_slp_instance): Likewise.
* tree-vect-transform.c (vect_model_reduction_cost): Change the
return type to bool. Return false if vectype cannot be determined
for the scalar type.
(vect_get_constant_vectors): Return false if vectype cannot be
determined for the scalar type.
(get_initial_def_for_induction, vect_get_vec_def_for_operand,
get_initial_def_for_reduction, vect_create_epilog_for_reduction,
vectorizable_reduction): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vect-analyze.c
trunk/gcc/tree-vect-transform.c
More information about the Gcc-cvs
mailing list