This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: modulo scheduling for IA64
>we need to do if-conversion....
>can we use in-conv pass already there in gcc...???
You can try to use it. If it works, then the answer is yes. If it doesn't
work, then the answer is no.
>also we want know if gcc does in-conv pass then does it do reverse-if conv
>for processors without predicated execution...
No. The if-conversion pass only creates predicated insns for targets that
support predicated insns.
Jim