Displaying 3 results from an estimated 3 matches for "isntr".
Did you mean:
intr
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
...,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")->getOperand(i))<<"\n";
}
}
}
}
values.clear();*
I receive a memory corruption error at some basic blocks. Here are the
debug outputs:
1. opt - *opt: malloc.c:3801: _int_malloc: Assertion `(unsigned lo...