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: [rtlopt] runtime iterations unrolling fix


Hello,

> > Should not we increase exp by stride rather than by 1 a few lines below?
> Yes, I guess so.
> for (i=0;i<=4;i+=4)
> should get misscompiled by current code.

I just found out that the code was correct as it was :-( I should not
try to fix something that works...

I will correct my mistake together with the patch to improve
preconditioning for preincr loops.

Zdenek


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