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] Fix VEC_COND_EXPR types when vectorizing conditional expressions


VEC_COND_EXPRs have been changed to use boolean vectors for the first
argument.
This changes the vectorizing conditional expressions to use this new
format,
fixing the compiler failures for the 65947-*.c tests.


2015-10-26  Alan Hayward <alan.hayward@arm.com\>

gcc/
	PR tree-optimization/65947
	* tree-vect-loop.c (vect_create_epilog_for_reduction):
	Fix VEC_COND_EXPR types.


Cheers,
Alan.



Attachment: fix_veccondexprtypes.patch
Description: Binary data


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