This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New loop unroller broken?
Hello,
> > I would definitely like to do something with this in 3.5; if everything
> > goes as I plan, I should have a new doloop pass that will be possible to
> > run after unrolling ready in about two weeks.
>
> I'm not sure I understand why the only way to fix this problem is
> to run doloop after unrolling; shouldn't the doloop'ized form of
> the loop also be recognizable as having constant iteration count?
yes; but it would make the code to handle it much uglier. I will
probably make this somehow work for 3.4, but I don't think it is a good
idea long term.
Zdenek