<div dir="ltr">Hi Shrey,<div><br></div><div style>Could you clarify what you're trying to do?</div><div style><br></div><div style>If there is a single defining instruction for a LiveRange you can get its SlotIndex from the VNInfo structure attached to the live range.</div>
<div style>If you want to search through definitions of a virtual register you can do that with the def_iterators in MachineRegisterInfo.</div><div style><br></div><div style>Some things to keep in mind: SlotIndexes do not track source lines, they only provide a full ordering of MachineInstrs for the purpose of register allocation and related passes. There is no public access to the number underlying a SlotIndex. This is by design, as they are intended to provide ordering only.</div>
<div style><br></div><div style>Cheers,</div><div style>Lang.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 3, 2013 at 9:53 AM, shreyas krishnan <span dir="ltr"><<a href="mailto:shreyas76@gmail.com" target="_blank">shreyas76@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI<br>
  Is there a public function equivalent of calling getIndex I would<br>
like to use some sort of starting slot info of a live interval in some<br>
pass. I need a way of comparing which virtual register is associated<br>
with an earlier source line without relying on any debug info. The<br>
relative order is preserved in my case.<br>
<br>
<br>
<br>
<br>
thanks<br>
shrey<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>
</blockquote></div><br></div>