]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/18529 (When the lower bound of a loop is non-constant we...
authorZdenek Dvorak <dvorakz@suse.cz>
Mon, 22 Nov 2004 21:33:47 +0000 (22:33 +0100)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Mon, 22 Nov 2004 21:33:47 +0000 (21:33 +0000)
commit1d481ba83c705072441d4a3c52902c4e3573069f
treed8660e4627f3ddc5b8cbe84ddc41e85ff94cac90
parent392cd098c5d7aa57b0a5ae934f8ee0ce9945130c
re PR tree-optimization/18529 (When the lower bound of a loop is non-constant we cannot find the number of iterations)

PR tree-optimization/18529
* fold-const.c (fold_to_nonsharp_ineq_using_bound): New function.
(simple_operand_p): Use STRIP_NOPS.  Consider SSA names simple.
(fold): Call fold_to_nonsharp_ineq_using_bound.
* tree-ssa-loop-niter.c (simplify_replace_tree): New function.
(number_of_iterations_cond): Fold the expressions before futher
processing.
(tree_simplify_using_condition): Handle case when cond or expr is
an EQ_EXPR specially.

From-SVN: r91031
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-ssa-loop-niter.c