Displaying 2 results from an estimated 2 matches for "a087767a".
Did you mean:
a0877378
2012 Mar 08
2
[LLVMdev] Alias analysis result
Hi,
> That's the reason I have defined getAnalysisUsage method. Isn't that the
> right way to do it?
no, that gives you access to whatever alias analysis has been computed, but
it doesn't specify what kind of alias analysis should be computed (there are
several). Try something like this:
opt -load=my_pass.so -basic-aa -run_my_pass ...
Ciao, Duncan.
2012 Sep 18
0
[LLVMdev] Alias analysis result
...http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
Welson
Phone: (408) 418-8385
Email: welson.sun at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120918/a087767a/attachment.html>