Displaying 2 results from an estimated 2 matches for "aa0ca459".
2013 May 20
0
[LLVMdev] Question about DSA analysis
On 5/19/13 11:46 AM, Jing Zhou wrote:
> Greeting.
>
> I am working on one DSA related project. Got several questions about
> LLVM's DSA analysis:
>
> 1. I looked through the llvm doc, it seems "-ds-aa" option is the one
> I should use.
> (http://llvm.org/docs/AliasAnalysis.html#the-ds-aa-pass). however
> based on the poolalloc's svn history, this
2013 May 19
2
[LLVMdev] Question about DSA analysis
Greeting.
I am working on one DSA related project. Got several questions about LLVM's
DSA analysis:
1. I looked through the llvm doc, it seems "-ds-aa" option is the one I
should use. (http://llvm.org/docs/AliasAnalysis.html#the-ds-aa-pass).
however based on the poolalloc's svn history, this option was removed on
(or before) 2011. May I know why this one was removed ? and is