Displaying 3 results from an estimated 3 matches for "ee2ca1e7".
2018 May 17
0
Andresen Algorithm
Usually you need to add the -analyze option, to dump the analysis results.
On Wed, May 16, 2018 at 9:09 PM, Kenneth Adam Miller via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Actually I figured out that it is:
>
> opt -cfl-anders-aa *.ll
>
> But now I noticed that I need the graph that it computes, and it doesn't
> seem to emit that.
>
> On Wed, May 16,
2018 May 17
1
Andresen Algorithm
...m-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
>
>
> --
> *Alexandre Isoard*
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180517/ee2ca1e7/attachment.html>
2018 May 17
2
Andresen Algorithm
Actually I figured out that it is:
opt -cfl-anders-aa *.ll
But now I noticed that I need the graph that it computes, and it doesn't
seem to emit that.
On Wed, May 16, 2018 at 5:19 PM, Kenneth Adam Miller <
kennethadammiller at gmail.com> wrote:
> Is there a particular way to run a specific alias analysis that is already
> implemented on a .ll file produced by clang -S