<br>
<div>Hi All, </div><div><br></div><div>I am a new member in the group, have been doing some experiments with LLVM IR. </div><div><br></div><div>I am facing issue with de-compiling the following instruction once it is read, </div>
<div><br></div><div> %var2 = call i8 @myfuncCall (i2 %var1)</div><div><br></div><div>In after I parse the file (lets say using parseIRFiles ). </div><div>I can see the instructions,( the function call instruction ), How can I get the %var2 from the instruction/callInstruction ? </div>
<div><br></div><div>going thru the llvm installations cpp and .h files, it is not clear how do I get the desired variable. </div><div><br></div><div>Thanks in Advance. </div><div><br></div><div>regards</div><div>Tarique</div>
<div><br></div>