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 TEST]XFAIL gcc.dg/vect/pr56541.c for !vect_cond_mixed target for now


On Tue, Nov 8, 2016 at 1:40 PM, Bin Cheng <Bin.Cheng@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.cheng@arm.com>
>
>         * gcc.dg/vect/pr56541.c: Xfail on !vect_cond_mixed targets.


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