search for: 0df3b6fa

Displaying 2 results from an estimated 2 matches for "0df3b6fa".

2011 Mar 18
0
[LLVMdev] How to integrate an analysis into LVI?
...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/20110318/0df3b6fa/attachment.html>
2011 Mar 14
2
[LLVMdev] How to integrate an analysis into LVI?
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