[LLVMdev] How to integrate an analysis into LVI?

Douglas do Couto Teixeira douglasdocouto at gmail.com
Mon Mar 14 14:55:42 PDT 2011


Hi guys,

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?

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?

Best regards,

Douglas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110314/6d569a53/attachment.html>


More information about the llvm-dev mailing list