r169572 - in /branches/google/integration/gcc: ...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Wed Feb 2 17:45:00 GMT 2011
Author: dnovillo
Date: Wed Feb 2 17:45:29 2011
New Revision: 169572
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169572
Log:
Pass to dr_analyze_indices the analysis loop for subscripts.
2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
* graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
call to graphite_find_data_references_in_stmt.
* graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
(try_generate_gimple_bb): Call outermost_loop_in_sese_1. Update
call to graphite_find_data_references_in_stmt.
(analyze_drs_in_stmts): Same.
* tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
in which the scalar analysis of indices is performed.
(create_data_ref): Same. Update call to dr_analyze_indices.
(find_data_references_in_stmt): Update call to create_data_ref.
(graphite_find_data_references_in_stmt): Same.
* tree-data-ref.h (graphite_find_data_references_in_stmt): Update
declaration.
(create_data_ref): Same.
* tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
call to create_data_ref.
Modified:
branches/google/integration/gcc/ChangeLog
branches/google/integration/gcc/ChangeLog.graphite
branches/google/integration/gcc/graphite-scop-detection.c
branches/google/integration/gcc/graphite-sese-to-poly.c
branches/google/integration/gcc/tree-data-ref.c
branches/google/integration/gcc/tree-data-ref.h
branches/google/integration/gcc/tree-ssa-loop-prefetch.c
More information about the Gcc-cvs
mailing list