[LLVMdev] dependence analysis

aparna kotha kotha.aparna at gmail.com
Tue Jul 28 09:52:53 PDT 2009


I am looking at analyzing llvm IR and discovering some data dependence
between values. I presently have code that looks like


i32 %5 = ..........
i32 %6 = sub i32 %5 , 1


Is there a method in llvm that I can query to find out that these differ by
1 always ? or do i need to write such a method myself for this
functionality.



Thanks a lot for your help



Aparna

Graduate Student
University of Maryland, College Park
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090728/6ddde54f/attachment.html>


More information about the llvm-dev mailing list