Displaying 2 results from an estimated 2 matches for "parallware".
2012 Nov 28
1
[LLVMdev] Inconsistent result with CallGraph
...And it is assumed that the
call cgn->getNumReferences() references to the same function. Why are we
getting different values? Dump shows uses=1, and cgn->getNumReferences()
shows uses=0;
We are writing a Module pass as you can see in the previous code. We have
this pass registered as:
char PARALLWARE::ID = 0;
static RegisterPass<PARALLWARE> X( "parallware","run Parallware source to
source autoparallel compiler");
Is this a bug or we are making a mistake?
Thank you for your time. Best regards
-------------- next part --------------
An HTML attachment was scrubbed......
2012 Nov 22
0
[LLVMdev] possible bug in llvm-3.1
...And it is assumed that the
call cgn->getNumReferences() references to the same function. Why are we
getting different values? Dump shows uses=1, and cgn->getNumReferences()
shows uses=0;
We are writing a Module pass as you can see in the previous code. We have
this pass registered as:
char PARALLWARE::ID = 0;
static RegisterPass<PARALLWARE> X( "parallware","run Parallware source to
source autoparallel compiler");
Is this a bug or we are making a mistake?
Thank you for your time.
We wait for your reply. Please, contact us at this e-mail:
eugenio.novas at udc.es.
B...