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 AArch64 1/2]Implement vcond_mask/vec_cmp patterns.


Hi,
According to review comments, I split the original patch @ https://gcc.gnu.org/ml/gcc-patches/2016-05/msg01182.html into two, as well as refined the comments.  Here is the first one implementing vcond_mask/vec_cmp patterns on AArch64.  These new patterns will be used in the second patch for vcond.

Bootstrap & test on AArch64.  Is it OK?

2016-06-07  Alan Lawrence  <alan.lawrence@arm.com>
	    Renlin Li  <renlin.li@arm.com>
	    Bin Cheng  <bin.cheng@arm.com>

	* config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
	(vec_cmp<mode><mode>_internal): New pattern.
	(vec_cmp<mode><v_cmp_result>): New pattern.
	(vec_cmp<mode><v_cmp_result>_internal): New pattern.
	(vec_cmpu<mode><mode>): New pattern.
	(vcond_mask_<mode><v_cmp_result>): New pattern.

Attachment: vcond_mask-vec_cmp-20160608.txt
Description: vcond_mask-vec_cmp-20160608.txt


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