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: [cfg-branch] unroll-new cleanups


Hello.

> > 2) we are then able to take care of case
> > 
> > for (i=1;i!=0;i++)
> >  ...
> > 
> > which we cannot after your change.
> 
> It can, see above.

We cannot -- we in first place cannot recognize the case, and if we simply
ignore it, it will come out wrong.

Zdenek


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