<div dir="ltr">Hello,<div><br></div><div>Kindly ignore previous email. Sent by accident 😛</div><div><br></div><div><div style="font-size:12.8px">Please consider the below llvm-ir snippet for my function: <span style="font-size:12.8px">copy_string</span></div><div style="font-size:12.8px"><br></div><div style=""><div style="font-size:12.8px"> define void @copy_string(i8* %target, i8* %source) #0 {</div><div style="font-size:12.8px"> entry:</div><div style="font-size:12.8px">   %target.addr = alloca i8*, align 8</div><div style="font-size:12.8px">   %source.addr = alloca i8*, align 8</div><div style="font-size:12.8px"><div>   store i8* %target, i8** %target.addr, align 8</div><div>   store i8* %source, i8** %source.addr, align 8</div></div><div style=""><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">  %2 = load i8*, i8** %source.addr, align 8</span></div><div style=""><span style="font-size:12.8px">   %3 = load i8, i8* %2, align 1</span></div><div style=""><span style="font-size:12.8px">   %4 = load i8*, i8** %target.addr, align 8</span></div><div style=""><span style="font-size:12.8px">   <span style="background-color:rgb(255,255,0)"> store i8 %3, i8* %4, align 1</span></span></div><div style=""><br></div><div style="">I am trying to analyze the last instruction. I wish to correlate --  %3  back to %source and %4 back to %target i.e. the two arguments of the function.</div><div>In other words I wish to show that this instruction uses the two arguments of the function.</div><div><br></div><div>I fetched the two operands of the instruction and looked at functions provided by llvm for Instruction and Operand, but couldn't figure it out.</div><div><br></div><div>Could you please guide me with this ?</div><div><br></div><div>Thanks</div><div>Arun Tewatia</div><div><br></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><br></span></div></div><div style="font-size:12.8px"><br></div></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 5, 2016 at 7:46 PM, ARUN TEWATIA <span dir="ltr"><<a href="mailto:aruntewatia87@gmail.com" target="_blank">aruntewatia87@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>Please consider the below llvm-ir snippet for my function:</div><div><br></div><div><div> define void @copy_string(i8* %target, i8* %source, i8* %test) #0 {</div><div> entry:</div><div>   %target.addr = alloca i8*, align 8</div><div>   %source.addr = alloca i8*, align 8</div><div><div>store i8* %target, i8** %target.addr, align 8</div><div>105   store i8* %source, i8** %source.addr, align 8</div></div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div><br></div>-- <br><div data-smartmail="gmail_signature"><div dir="ltr"><b>Arun Tewatia</b><br></div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><b>Arun Tewatia</b><br></div></div>
</div>