search for: _z1ii

Displaying 2 results from an estimated 2 matches for "_z1ii".

Did you mean: _z1fv
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg, still
...} } else if(!(*programValues.find(*OB))){ handleProgramUses(*OB); } } } } pmeredit|zion|/localhome/pmeredit/llvm/projects/MetaSplit/lib/MetaSplit|[189 ]% opt -load ../Debug/libmetasplit.so -mem2reg -metasplit < test3.s.bc > m2r.bc This Call: %tmp.10 = call int %_Z1Ii( int %i.0 ) ; <int> [#uses=1] Num Operands: 2 Segmentation fault (core dumped) bugpoint... *** Attempting to perform final cleanups: This Call: %tmp.13 = call int %_Z1Ii( ) ; <int> [#uses=1] Num Operands: 1 bugpoint: /home/vadve/lattner/cvs/ll...
2004 Jun 23
2
[LLVMdev] weird issue with mem2reg, still
On Wed, 23 Jun 2004, Patrick Meredith wrote: > Somehow it fails with operand out of bounds when the number of operands > is 2 and I am asking for the second operand. Second meaning operand 1. Okay, so you have something like this: if (CallInst *CI = dyn_cast<CallInst>(...)) { ... = CI->getOperand(1); } Can you send in this snippet of code, the assertion, and the