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]

Does the reordering of instructions in scheduling pass affects thefurther passes?


Hi,
   In the instruction scheduling pass, for each basic block reordering of 
instructions is done. I have done the modulo scheduling of loops for IA64
but i wanted to know whether this reordering where budling of instructions 
is also done is necessary for the further passes so that i also have to 
this for the modulo scheduled loop.

Best,
Ritu.

-- 
Ritu Sabharwal,
ME Student (CSE),
IISc Bangalore.


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