On Tue, Nov 8, 2016 at 1:40 PM, Bin Cheng <bin.ch...@arm.com> wrote:
> Hi,
> GCC should be able to vectorize gcc.dg/vect/pr56541.c on targets do not 
> support vect_cond_mixed.  Problem is jump threading factors comparison out of 
> cond_expr and creates mixed-type cond_expr.  As a result, it can only be 
> vectorized with vect_cond_mixed.  We don't have a good solution at the 
> moment, this patch xfail it on such targets.

Ok.

Richard.

> Thanks,
> bin
>
> gcc/testsuite/ChangeLog
> 2016-11-04  Bin Cheng  <bin.ch...@arm.com>
>
>         * gcc.dg/vect/pr56541.c: Xfail on !vect_cond_mixed targets.

Reply via email to