<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi all,</FONT></DIV>
<DIV><FONT size=2 face=Arial>Can we map an IR instruction to the correlated 
source code?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Or, if I want to recognize an assignment statement 
in the source code, </FONT><FONT size=2 face=Arial>can we quickly find 
all the related IR instructions according to a 'store'?</FONT></DIV>
<DIV><FONT size=2 face=Arial>E.g., i = j +k + m[5] in IR will have some loads 
and some getelementptrs. Can we define which IRs are related to this 
assignment?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Thanks.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Regards,</FONT></DIV>
<DIV><FONT size=2 face=Arial>--Wenbin</FONT></DIV></BODY></HTML>