[LLVMdev] MemoryDependenceAnalysis
Chris Lattner
clattner at apple.com
Sat Apr 25 15:06:54 PDT 2009
On Apr 25, 2009, at 2:14 PM, Anthony Danalis wrote:
>>
>> 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?
Please send it to llvm-commits in patch form, thanks!
-Chris
More information about the llvm-dev
mailing list