This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Make niter analysis return COND_EXPRs


On Tue, 25 May 2010, Sebastian Pop wrote:

> Hi,
> 
> The attached patch makes the niter analysis return a COND_EXPR
> instead of failing when it cannot prove that the number of iterations
> may be zero.  This improves the vectorization of one testcase, and
> advances me one more step on the vectorization of PR43423 after
> graphite does the iteration range splitting.  The patch is in regstrap
> on amd64-linux.  Ok for trunk if that passes?

This is not ok.  The function now will return different answers
if you call it multiple times.

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]