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.1 stage 2 projects): vectorize reduction, part 1/n


Ok.


> +   /* FORNOW */
> +   gcc_assert (dt != vect_reduction_def);
>   
> !   switch (dt)

I'd tell you to move the assert into the switch like vect_induction_def,
but I expect a following patch will simply implement it.


r~


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