<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<font face="Arial"><br>
Hi<br>
<br>
Analyzing llvm IR file ( .bc or .ll ) for every instruction it is
possible, using the provided functions, to determine the list of
instructions that consume it result. What about the other way
around – are there llvm functions that allow for every instruction
( or better – for every operand of an instruction ) to determine
the list of instructions that provide it with the necessary
resources.
Being able to know the users of the result of an instruction it is
possible to calculate such a data. The question is if it is
already calculated and, if yes, how to obtain it.<br>
<br>
Thank you<br>
David</font><br>
<pre class="moz-signature" cols="72">--
David Livshin
<a class="moz-txt-link-abbreviated" href="mailto:david.livshin@dalsoft.com">david.livshin@dalsoft.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.dalsoft.com">www.dalsoft.com</a>
</pre>
</body>
</html>