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: [RFC, PR66873] Use graphite for parloops


Tom de Vries wrote:
> Fix reduction safety checks
> 
> 	* graphite-sese-to-poly.c (is_reduction_operation_p): Limit
> 	flag_associative_math to SCALAR_FLOAT_TYPE_P.  Honour
> 	TYPE_OVERFLOW_TRAPS and TYPE_OVERFLOW_WRAPS for INTEGRAL_TYPE_P.
> 	Only allow wrapping fixed-point otherwise.
> 	(build_poly_scop): Always call
> 	rewrite_commutative_reductions_out_of_ssa.

The changes to graphite look good to me.

Thanks,
Sebastian


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