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]

Fusing two loops


Hi,

I am trying to fuse two loops in tree level. For that, I am trying to
transfer statements in the header of one loop to the header of the
other one.
The  code   " http://rafb.net/p/fha0IG57.html "  contains the 2 loops.
After moving a statement from one BB to another BB, do I need to
update any other info?
 I need to transfer all the statements of bb_6 to bb_3. Can any one
please tell me what is the exact procedure.
Can i simply use add_bb_to_loop() and add bb_6 to loop_1 ?

Thanks,
Sandeep.


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