]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-affine.c
Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
authorRichard Guenther <rguenther@suse.de>
Tue, 23 Aug 2011 12:40:57 +0000 (12:40 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 23 Aug 2011 12:40:57 +0000 (12:40 +0000)
commit02f5d6c5e36ea6a41e22f39209248bc1039759b7
treeef30b2e656f6d882ebaac0ac1bf93bba51c441f9
parent0fcbc86b5586c3c3bc370d43b2dea98108fd9796
Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.

2011-08-23  Richard Guenther  <rguenther@suse.de>

* Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
* tree-affine.h (aff_comb_cannot_overlap_p): Declare.
* tree-affine.c (aff_comb_cannot_overlap_p): New function, moved
from ...
* tree-ssa-loop-im.c (cannot_overlap_p): ... here.
(mem_refs_may_alias_p): Adjust.
* tree-data-ref.h (dr_may_alias_p): Adjust.
* tree-data-ref.c: Include tree-affine.h.
(dr_analyze_indices): Do nothing for the non-loop case.
(dr_may_alias_p): Distinguish loop and non-loop case.  Disambiguate
more cases in the non-loop case.
* graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Adjust
calls to dr_may_alias_p.
(write_alias_graph_to_ascii_ecc): Likewise.
(write_alias_graph_to_ascii_dot): Likewise.
(build_alias_set_optimal_p): Likewise.

From-SVN: r177986
gcc/ChangeLog
gcc/Makefile.in
gcc/graphite-sese-to-poly.c
gcc/tree-affine.c
gcc/tree-affine.h
gcc/tree-data-ref.c
gcc/tree-data-ref.h
gcc/tree-ssa-loop-im.c