This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Generating assembly for modulo scheduled loop for Itanium
- From: "Deepak B. Nayak" <deepakbn at csa dot iisc dot ernet dot in>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 10 Jan 2003 02:42:05 +0530 (IST)
- Subject: Generating assembly for modulo scheduled loop for Itanium
hi
we r working on implementation of modulo scheduling for Itanium.
we r generating Kernel Only code and Blades Allocation for Rotating
register allocation. for KO code for Itanium we have to generate Stage
predicates and insns in each stage will have predicates.
How to make GCC generate assembly for modulo scheduled loop with
predicates? (Assuming that we have our own predicate regiter allocation
implemented)
regards
deepak