This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New loop unroller broken?
On Jan 22, 2004, at 11:58, Richard Guenther wrote:
Err - in the case of tree-ssa being merged for 3.5 wouldn't this be
useless? I.e. I would expect loop optimizations being done at the tree
level in this case. So this looks more appropriate for 3.4 (though
maybe
3.4.1).
Not totally as doloop is a target specific optimization really and
needs to be done at the
rtl level.
Thanks,
Andrew Pinski