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: [vec-cmp, patch 7/6] Vector comparison enabling in SLP


On 10/19/2015 05:06 AM, Ilya Enkovich wrote:
Hi,

It appeared our testsuite doesn't have a test which would require vector comparison support in SLP even after boolean pattern disabling.  This patch adds such tests and allow comparison for SLP.  Is it OK?

Thanks,
Ilya
--
gcc/

2015-10-19  Ilya Enkovich  <enkovich.gnu@gmail.com>

	* tree-vect-slp.c (vect_build_slp_tree_1): Allow
	comparison statements.
	(vect_get_constant_vectors): Support boolean vector
	constants.

gcc/testsuite/

2015-10-19  Ilya Enkovich  <enkovich.gnu@gmail.com>

	* gcc.dg/vect/slp-cond-5.c: New test.
OK once any prerequisites are approved.

jeff


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