http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54016
Andreas Krebbel <krebbel at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot |krebbel at gcc dot gnu.org |gnu.org | --- Comment #4 from Andreas Krebbel <krebbel at gcc dot gnu.org> 2012-07-20 14:44:58 UTC --- (In reply to comment #3) > If you create a new loop on RTL using the cfgloop facility you don't > need to do anything special. If you only create the insns to form > the loop but not actually create a representation in the loop tree > then yes, you need to do that manually now. Ok that's it then. We do the latter for memcpy and friends. I'll try to have a look next week. Thanks!