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: modulo scheduling for IA64


>>>>> Deepak B Nayak writes:

Deepak> we r implementing modulo scheduling for IA64...
Deepak> still we r at the beginning stage....
Deepak> we r in process of calculating initiation interval...
Deepak> we need to do if-conversion....
Deepak> can we use in-conv pass already there in gcc...???
Deepak> also we want know if gcc does in-conv pass then does it do
Deepak> reverse-if conv for processors without predicated execution...

	The GCC DFA scheduler already has a software-pipelining feature
which has not been merged into the FSF sources, but which should provide
modulo scheduling.  Why not complete that work?

David


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