r123955 - in /trunk/gcc: ChangeLog tree-vect-an...
dorit@gcc.gnu.org
dorit@gcc.gnu.org
Wed Apr 18 17:43:00 GMT 2007
Author: dorit
Date: Wed Apr 18 18:43:27 2007
New Revision: 123955
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123955
Log:
* tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.
* tree-vect-analyze.c (vect_analyze_loop_form): Set loop->aux.
* tree-vectorizer.h (NITERS_KNOWN_P): New.
* tree-vect-analyze.c (vect_analyze_loop_form): Call NITERS_KNOWN_P
instead of LOOP_VINFO_INT_NITERS to avoid having to geneate loop_info.
* tree-vect-analyze.c (vect_determine_vectorization_factor): Add
dump print.
(vect_analyze_operations): Fix indenetation. Fix a comment. Fix a
print message.
(vect_analyze_scalar_cycles): Fix indentation.
(vect_enhance_data_refs_alignment): Fix check in case of peeling.
(vect_mark_relevant): Include phis in relevance analysis.
* tree-vect-transform.c (vect_transform_loop): Add an assert.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vect-analyze.c
trunk/gcc/tree-vect-transform.c
trunk/gcc/tree-vectorizer.c
trunk/gcc/tree-vectorizer.h
More information about the Gcc-cvs
mailing list