Commit da9a21f4 by Sebastian Pop Committed by Sebastian Pop

re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and…

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
parent 14d4217b
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
offsets->locals_base to avoid negative stack size. offsets->locals_base to avoid negative stack size.
(thumb1_expand_prologue): Assert on negative stack size. (thumb1_expand_prologue): Assert on negative stack size.
2007-04-11 Sebastian Pop <sebpop@gmail.com> 2007-04-19 Sebastian Pop <sebpop@gmail.com>
PR tree-optimization/32367 PR tree-optimization/32367
* tree-chrec.h (build_polynomial_chrec): Verify that the left hand side * tree-chrec.h (build_polynomial_chrec): Verify that the left hand side
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment