<div dir="ltr">The instruction *is* the result!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 1 February 2014 08:43,  <span dir="ltr"><<a href="mailto:nizam@cse.iitm.ac.in" target="_blank">nizam@cse.iitm.ac.in</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:Times New Roman">Folks, <div><br></div><div> I have a LLVM instruction like the following
<div><div><br></div><div>  %0 = load i32** %pp, align 8</div><div style="font-size:12pt;font-family:'Times New Roman'"><br></div></div></div><div>I have a LoadInst &inst handle to this instruction. In addition, i could access the pointer being loaded from using the inst.getPointerOperand...</div>
<div><br></div><div>However, is there a way to access the handle to the value being loaded? Essentially, i wanted to access the %0 in the statement listed.</div><div><br></div><div>The end goal is to do some amount of points-to analysis. I have this pointer %pp being loaded into %0 and later i have a store instruction storing %0 into some other pointer. If i cannot establish the %0 link here, i would not be able to establish points-to.</div>
<div><br></div><div>Any help in this regards would be appreciated. Thanks</div><div><br></div><div>BR/Nizam</div><div><br></div> <br><div><br></div></div></div><br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>