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, PR tree-optimization/71006] Fix vectype computation for COND_EXPR


2016-05-12 13:38 GMT+03:00 Richard Biener <richard.guenther@gmail.com>:
> On Thu, May 12, 2016 at 12:19 PM, Ilya Enkovich <enkovich.gnu@gmail.com> wrote:
>> Hi,
>>
>> Currently we have a code in vect_determine_vectorization_factor to
>> compute vectype for mask producers.  It wasn't meant to be used for
>> EXPR_COND assignments but it is used now in some cases causing wrong
>> resulting vectype.
>>
>> Bootstrapped and regtested for x86_64-pc-linux-gnu.  OK for trunk?
>
> Ok.

Is it also OK for porting into gcc-6-branch after proper testing?

Thanks,
Ilya

>
> Thanks,
> Richard.
>
>> Thanks,
>> Ilya


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