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]

modulo scheduling for IA64


hi
 one more question.....

 we have built data dependency graph for all the loops for modulo
scheduling..now for each edge we need to know the delay and distance..

nodes of our DDG are rtl insns

distance is no of iterations seperating the two operations involved...

how to calculate this...?

in dependence.c file there function have_dependence_p() which takes two
rtl insns and returns distance and direction vectors if there is
dependence....but these r vectors... we r not able to understand how we
get single value for distance....


regards

deepak


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