Enable reductions without fassociative-math in graphite 2015-07-21 Tom de Vries * graphite-sese-to-poly.c (build_poly_scop): Always call rewrite_commutative_reductions_out_of_ssa. --- gcc/graphite-sese-to-poly.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c index 68f7df1..28b9817 100644 --- a/gcc/graphite-sese-to-poly.c +++ b/gcc/graphite-sese-to-poly.c @@ -3155,8 +3155,7 @@ build_poly_scop (scop_p scop) if (!scop_ivs_can_be_represented (scop)) return; - if (flag_associative_math) - rewrite_commutative_reductions_out_of_ssa (scop); + rewrite_commutative_reductions_out_of_ssa (scop); build_sese_loop_nests (region); /* Record all conditions in REGION. */ -- 1.9.1