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]

Re: 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??
First update regalloc and other passes to support predicated execution
(this is nontrivial to do) and then you can enable it.  There is no way
around.

Honza
> 
> regards,
> Ritu.
>  


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