r196956 - in /trunk/gcc: ChangeLog tree-ssa-loo...
rguenth@gcc.gnu.org
rguenth@gcc.gnu.org
Fri Mar 22 11:22:00 GMT 2013
Author: rguenth
Date: Fri Mar 22 11:22:14 2013
New Revision: 196956
URL: http://gcc.gnu.org/viewcvs?rev=196956&root=gcc&view=rev
Log:
2013-03-22 Richard Biener <rguenther@suse.de>
* tree-ssa-loop-im.c (memory_references): Add refs_stored_in_loop
bitmaps.
(gather_mem_refs_in_loops): Perform store accumulation here.
(create_vop_ref_mapping_loop): Remove.
(create_vop_ref_mapping): Likewise.
(analyze_memory_references): Initialize refs_stored_in_loop.
(LOOP_DEP_BIT): New define to map to bits in (in)dep_loop
bitmaps.
(record_indep_loop): Remove.
(record_dep_loop): New function.
(ref_indep_loop_p_1): Adjust to only walk over references
in the loop, not its subloops.
(ref_indep_loop_p): Rename to ...
(ref_indep_loop_p_2): ... this and recurse over the loop tree,
maintaining a more fine-grained cache.
(ref_indep_loop_p): Wrap ref_indep_loop_p_2.
(tree_ssa_lim_finalize): Free refs_stored_in_loop.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-ssa-loop-im.c
More information about the Gcc-cvs
mailing list