[LLVMdev] Memory Dependence Analysis

Nipun Arora nipun2512 at gmail.com
Mon Mar 28 09:15:30 PDT 2011


Hi,

I have been trying to run the memdep analysis using opt with the following
command: opt -analyze -memdep <*.bc>.
However, I keep getting the following error: Pass::print not implemented for
pass: 'Memory Dependence Analysis' ! .
I get similar errors for a lot of the analyses passes, which seem as if they
should have a print out?

Is there any other memory dependence analysis which gives me a memory
dependence graph or something similar via a static analysis, with must or
maybe memory dependencies?

Thanks
Nipun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110328/863c97b3/attachment.html>


More information about the llvm-dev mailing list