Unreviewed patch: tree-ssa/loop-14.c test case failure

Zdenek Dvorak rakdver@atrey.karlin.mff.cuni.cz
Wed Jan 18 16:26:00 GMT 2006


Hello,

> [PATCH] Fix tree-ssa/loop-14.c test case failure
> http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01156.html

the replacement in loop-14.c should not happen in ivopts, but
in tree-scalar-evolution.c:scev_const_prop.

Final value replacement in ivopts was never reliable and it is
redundant nowadays.  The reason I haven't removed it yet is that
I have a complete rewrite of ivopts more or less ready, but probably
I should do that anyway, to avoid confusion.

Zdenek



More information about the Gcc-patches mailing list