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]

[PATCH TEST]XFAIL gcc.dg/vect/pr56541.c for !vect_cond_mixed target for now


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.

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.

Attachment: xfail-pr56541-without-vect_cond_mixed.txt
Description: xfail-pr56541-without-vect_cond_mixed.txt


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