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]

if-conversion pass....


 The if-conversion is done twice , the first before reload and second 
after it. The fisrt time it is not activated since the register allocator 
does not supports predicated instructions. We are working to do 
modulo-scheduling for loops, for this we need to activate the first 
call .How can this be done??

regards,
Ritu.
 


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