Hi guys,<br><br>   I am trying to figure out how to use your Lazy Value Info pass, but I am having some questions. First, it seems that the implementation contains infra-structure to deal with range intervals, but the main interface only gives the client information about which values are constants. Is this true? Second, reading the code I see that the ranges are being computed, but I could not tell if this part of the code is already completely done. Would it be possible to print the ranges of the values computed by LVI? Third, besides JumpThreading.cpp is there any other client that uses LVI? <br>

<br>I would like to couple my range analysis (<a href="http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.paper.pdf">http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.paper.pdf</a>) with the LVI interface, so that is why I am interested on it.<br>

<br>Kind regards,<br><br>Douglas<br><br><div class="gmail_quote">On Mon, Mar 14, 2011 at 6:55 PM, Douglas do Couto Teixeira <span dir="ltr"><<a href="mailto:douglasdocouto@gmail.com">douglasdocouto@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi guys,<br><br>I have an analysis that is able to answer questions like this: given an integer variable, what is the interval of values that this variable can assume during the program's execution?<br>

<br>I want to integrate this analysis into LLVM and it seems LVI (Lazy Value Info) is the best place to do this kind of stuff. Can someone give some hints about what I have to do to integrate my analysis into LVI?<br>
<br>Best regards,<br><font color="#888888"><br>Douglas<br>
</font></blockquote></div><br>