search for: nmodif

Displaying 3 results from an estimated 3 matches for "nmodif".

Did you mean: modif
2013 May 29
0
[LLVMdev] unexpectedly loop hanging
Hello Duncan, Yes, I built it with assertions and I have also debug info. On Tue, May 28, 2013 at 5:47 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Alexandru, did you build LLVM with assertions enabled? If not then you > should do. > > Ciao, Duncan. > > ______________________________**_________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu
2013 May 28
2
[LLVMdev] unexpectedly loop hanging
Hi Alexandru, did you build LLVM with assertions enabled? If not then you should do. Ciao, Duncan.
2013 May 30
2
[LLVMdev] unexpectedly loop hanging
...errs()<<"\ni: \n"; for(i=0;i<cnt;i++){ values[i]=ConstantInt::getSigned(Type::getInt64Ty(C),myArray[i]); errs()<<" "<<myArray[i]; } is->setMetadata("path",MDNode::get(C,values)); errs()<<"\nmodif instr "<<*is<<"\n"; if( (is->getMetadata("path")) ){ for(i=0;i<cnt;i++){ if(is->getMetadata("path")->getOperand(i)) { errs()<<"\nget isntr "<<*(is->getMetadata("path")...