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><br>Douglas<br>