This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] A few cleanups in tree-vect-*


Dorit Nuzman wrote on 01/01/07 11:08:

2007-01-01  Dorit Nuzman  <dorit@il.ibm.com>
            Tehila Meyzels  <tehila@il.ibm.com>

        * tree-vectorizer.h (is_pattern_stmt_p): New.
        * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix
        formatting (tabs instead of spaces). Cleanup and clarify setting
        of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p.
        * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo.
        (vectorizable_type_demotion): Check that types are integral.
        (vectorizable_type_promotion): Likewise.
        (vectorizable_store): Fix typo.  Eliminate new-line at end of
comments.

OK, with minor changes.

+ static inline bool
+ is_pattern_stmt_p (stmt_vec_info stmt_info)
>
Needs comment.

! /* skip stmts which do not need to be vectorized. */
>
s/skip/Skip/


:REVIEWMAIL:



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]