re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and p...
authorSebastian Pop <sebpop@gmail.com>
Wed, 20 Jun 2007 23:42:28 +0000 (23:42 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 20 Jun 2007 23:42:28 +0000 (23:42 +0000)
commitda9a21f490ab6f3bba0a5861bb1575ad46db5f55
treeedcfe2da4e7cbccae2aa302c567f2220a3d932f6
parent14d4217b595cf79d91c481b8492dfac980aaa054
re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and p->a[x+i+1] where x is invariant but defined in the function)

PR tree-optimization/32075
* tree-data-ref.c (subscript_dependence_tester_1,
analyze_miv_subscript, analyze_overlapping_iterations,
add_distance_for_zero_overlaps, build_classic_dist_vector,
subscript_dependence_tester_1, analyze_overlapping_iterations,
subscript_dependence_tester, access_functions_are_affine_or_constant_p,
compute_affine_dependence, compute_all_dependences): Pass loop_nest
to evolution_function_is_affine_multivariate_p.

From-SVN: r125900
gcc/ChangeLog
gcc/tree-data-ref.c