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]

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.


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