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] Vectorize COND_EXPR


On Mon, Apr 11, 2005 at 11:12:25AM -0700, Devang Patel wrote:
>         * tree-vect-analyze.c (vect_analyze_operations): Check
>         vectorizable codition.
>         * tree-vect-transform.c (vect_is_simple_cond): New function.
>         (vectorizable_condition): New function.
>         (vect_transform_stmt): Handle condition_vec_info_type.
>         * tree-vectorizer.h (enum stmt_vec_info_type): Add
>         condition_vec_info_type.
>         (vectorizable_condition): New.

Ok.

Lemme know when they're in and I'll add vcond patterns for
i386 and ia64.


r~


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