Avoid the analysis of data references after the translation out of SSA.regtest/error/2010_11_26_07_30_30
commit7a51e8e8d61ae8f757b091cc8b159827dd93e57e
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Nov 2010 06:29:10 +0000 (26 06:29 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Nov 2010 06:29:10 +0000 (26 06:29 +0000)
treedf725072cf01cb7a268afb9db0c8b993811c8199
parent97455b7b3b7ffef41c550d82d40976840d634992
Avoid the analysis of data references after the translation out of SSA.

2010-11-26  Sebastian Pop  <sebastian.pop@amd.com>

* 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/branches/graphite@167165 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/graphite-sese-to-poly.c