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]
Other format: [Raw text]

Loop information reuse for machine dependent reorg pass


Hi,

I'm working on a new gcc port for which I'm writing a loop reorganization as a part of the machine dependant pass. This reorg requires information regarding the number of iterations in each loop. I tried to rebuild current_loops and extract the info from there using different loop initialization passes but noticed that the loop iterations are calculated in several different passes. I am also hesitant in re-running these passes as I don't want to cause unwanted side effects.
I was interested in learning if there is an accepted method for acquiring this information.


Regards and thanks in advance,

Yoav Teboulle ??


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