This is the mail archive of the gcc@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]

Re: Updating the CFG on the fly?


Joern Rennecke writes:
 > > I'm looking at merging natural loops that share the same header and
 > > need to create new postbody nodes.  Should I just create all the new
 > > blocks and the re-run find_basic_blocks etc.?
 > 
 > If you want to do this at loop optimization time, there isn't any CFG
 > information available in the first place.

In my patches there is ;-)

Michael.


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