This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Loop dependence analysis!!
- From: Ritu Sabharwal <ritu at csa dot iisc dot ernet dot in>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 16 Oct 2002 12:09:54 +0530 (IST)
- Subject: Loop dependence analysis!!
We are using gcc-3.0 for modulo scheduling, the loop dependence
analysis is done in dependene.c file. This file is not used anywhere in
the source code but we need to use it to find the distance and direction
vectors for finding dependencies for finding II(initiation interval).
We have used the functions from this file but this is not working
properly, giving segmentation fault. Is something missing in that file?
regards,
Ritu.