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] [4.2 projects] vectorize type conversions - 3/6


Diego Novillo <dnovillo@redhat.com> wrote on 17/08/2006 08:53:05 PM:

> Dorit Nuzman wrote on 02/12/06 08:45:
>
> >       * tree-vect-transform.c (vectorizable_operation): Support in the
> >       presence of multiple datatypes.
> >
> Can't parse this.  Did you mean 'Support multiple data types'?
>

yes (was trying to say something like - support loops that have multiple
types present in them)

> >
> >       * gcc.dg/vect/vect-multitypes-4.c: New test.
> >       * gcc.dg/vect/vect-multitypes-5.c: New test.
> >       * gcc.dg/vect/vect-multitypes-6.c: New test.
> >
> OK.
>
> > !       /* Arguments are ready. create the new vector stmt.  */
> > !

> > !       if (op_type == binary_op)
> > !         new_stmt = build2 (MODIFY_EXPR, vectype, vec_dest,
> > !                     build2 (code, vectype, vec_oprnd0, vec_oprnd1));
> >
> void_type_node for MODIFY_EXPR.
>
>
> :REVIEWMAIL:

thanks

dorit


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