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: [10/n] PR85694: Split out check for vectorizable associative reductions


On 06/18/2018 09:07 AM, Richard Sandiford wrote:
> This patch adds an overload of vect_reassociating_reduction_p
> that checks for a vectorizable associative reduction,
> since the check was duplicated in three functions.
> 
> Tested on aarch64-linux-gnu and x86_64-linux-gnu.  OK to install?
> 
> Richard
> 
> 
> 2018-06-18  Richard Sandiford  <richard.sandiford@arm.com>
> 
> gcc/
> 	* tree-vect-patterns.c (vect_reassociating_reduction_p): New function.
> 	(vect_recog_dot_prod_pattern, vect_recog_sad_pattern)
> 	(vect_recog_widen_sum_pattern): Use it.
OK.
jeff


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