This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
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.
>