gcc/gcc tree-chrec.c tree-chrec.h tree-scalar- ...
spop@gcc.gnu.org
spop@gcc.gnu.org
Tue Apr 20 11:47:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: lno-branch
Changes by: spop@gcc.gnu.org 2004-04-20 11:47:19
Modified files:
gcc : tree-chrec.c tree-chrec.h
tree-scalar-evolution.c tree-ssa-loop-ivopts.c
ChangeLog.lno
Log message:
* tree-chrec.c (chrec_apply): Fail on chrec_top for symbolic chrecs.
(no_evolution_in_loop_p): Return false when non decidable, use
a parameter for returning the result.
* tree-chrec.h (no_evolution_in_loop_p): Modify its declaration.
* tree-scalar-evolution.c (add_to_evolution, multiply_evolution):
Avoid the use of no_evolution_in_loop_p.
(add_to_evolution_1, multiply_evolution_1): New.
(multiply_by_expr_the_loop_evolution, add_expr_to_loop_evolution,
build_exponential_evolution_in_loop,
build_polynomial_evolution_in_loop): Removed.
(first_iteration_non_satisfying_1, analyze_scalar_evolution_in_loop):
Modify the use of no_evolution_in_loop_p.
* tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev,
find_givs_in_stmt_scev): Check that the result of scev analysis
does not contain symbols.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-chrec.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.14&r2=1.1.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-chrec.h.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.10&r2=1.1.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.32&r2=1.1.2.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivopts.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.27&r2=1.1.2.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.lno.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.132&r2=1.1.2.133
More information about the Gcc-cvs
mailing list