From 1688f1722f440f51de449be629fe27fe61489ed9 Mon Sep 17 00:00:00 2001 From: spop Date: Wed, 1 Dec 2010 17:25:30 +0000 Subject: Avoid the analysis of data references after the translation out of SSA. 2010-11-26 Sebastian Pop * graphite-sese-to-poly.c (analyze_drs): Removed. (build_scop_drs): Do not call analyze_drs. (analyze_drs_in_stmts): New. (insert_stmts): New. (insert_out_of_ssa_copy): Call analyze_drs_in_stmts. (insert_out_of_ssa_copy_on_edge): Same. (rewrite_close_phi_out_of_ssa): Call insert_stmts. (rewrite_phi_out_of_ssa): Same. (rewrite_cross_bb_scalar_dependence): Same. (split_reduction_stmt): Move data references in the new basic blocks. (translate_scalar_reduction_to_array_for_stmt): Call insert_stmts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167350 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog.graphite | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'gcc/ChangeLog.graphite') diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 81147355054..b5c600417c2 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,17 @@ +2010-11-26 Sebastian Pop + + * graphite-sese-to-poly.c (analyze_drs): Removed. + (build_scop_drs): Do not call analyze_drs. + (analyze_drs_in_stmts): New. + (insert_stmts): New. + (insert_out_of_ssa_copy): Call analyze_drs_in_stmts. + (insert_out_of_ssa_copy_on_edge): Same. + (rewrite_close_phi_out_of_ssa): Call insert_stmts. + (rewrite_phi_out_of_ssa): Same. + (rewrite_cross_bb_scalar_dependence): Same. + (split_reduction_stmt): Move data references in the new basic blocks. + (translate_scalar_reduction_to_array_for_stmt): Call insert_stmts. + 2010-11-26 Sebastian Pop * sese.c (rename_uses): Do not handle ADDR_EXPR in LHS of assignments. -- cgit v1.2.1