r123861 - in /trunk/gcc: ChangeLog tree-vect-an...
dorit@gcc.gnu.org
dorit@gcc.gnu.org
Mon Apr 16 12:54:00 GMT 2007
Author: dorit
Date: Mon Apr 16 13:54:01 2007
New Revision: 123861
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123861
Log:
* tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to
vectorizable_* functions.
* tree-vect-transform.c (vectorizable_call): Add check for
STMT_VINFO_RELEVANT_P, STMT_VINFO_DEF_TYPE and STMT_VINFO_LIVE_P.
(vectorizable_store): likewise.
(vectorizable_conversion): Add check for STMT_VINFO_DEF_TYPE.
Add comments.
(vectorizable_operation, vectorizable_type_demotion): Likewise.
(vectorizable_type_promotion, vectorizable_load): Likewise.
(vectorizable_live_operation, vectorizable_condition): Likewise.
(vectorizable_assignment): Add check for STMT_VINFO_DEF_TYPE and
STMT_VINFO_LIVE_P.
(vect_transform_stmt): Reorganize calls to vectorizable_* functions.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vect-analyze.c
trunk/gcc/tree-vect-transform.c
More information about the Gcc-cvs
mailing list