search for: reachingdefinitions

Displaying 3 results from an estimated 3 matches for "reachingdefinitions".

2009 Apr 25
1
[LLVMdev] MemoryDependenceAnalysis
...n the first instruction that the instruction is > dependent on. > > As Eli mentioned, MemDep does have some more rich APIs that are > private. We could look the export those so that you can query each > argument at a time. Actually there is no need to export it. I wrote a little ReachingDefinitions pass based on the API from MemDep that gives me the information I want. I should probably send it in, but I'm not sure how to do so. Should I submit it as a patch to the list, or try to commit it in the svn? > The problem is that (without more information > about language semant...
2009 Apr 25
0
[LLVMdev] MemoryDependenceAnalysis
On Apr 13, 2009, at 12:01 PM, Anthony Danalis wrote: > I'm attaching the .bc file. Note that my analysis pass is invoked > after "-O1" and that's why the IR I included in the original email > is optimized. Hi Anthony, Sorry for the delay, things have been crazy lately. The MemDep API assumes that you will call getDependency() first, and then only call
2009 Apr 13
2
[LLVMdev] MemoryDependenceAnalysis
I'm attaching the .bc file. Note that my analysis pass is invoked after "-O1" and that's why the IR I included in the original email is optimized. -------------- next part -------------- A non-text attachment was scrubbed... Name: simple_loops_F2_4list.bc Type: application/octet-stream Size: 6384 bytes Desc: not available URL: