[llvm-dev] Andresen Algorithm

Soham Sinha via llvm-dev llvm-dev at lists.llvm.org
Mon May 14 16:36:01 PDT 2018


>
> Date: Mon, 14 May 2018 14:26:13 -0400
> From: Kenneth Adam Miller via llvm-dev <llvm-dev at lists.llvm.org>
> To: llvm-dev <llvm-dev at lists.llvm.org>
> Subject: [llvm-dev] Andresen Algorithm
> Message-ID:
>         <CAK7rcp_yXA79UuLvcD6LPMQBvi9tTpOGAcuWZ
> Ux1tFKTyvuh2Q at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello all,
>
>
> I'm looking for something simple - does anybody know if there is an
> implementation of Andresen's algorithm anywhere in LLVM?
>

Apart from the Andersen's analysis
in lib/Analysis/CFLAndersAliasAnalysis.cpp, we also implemented a primitive
Shapiro-Horowitz alias analysis here:
https://github.com/sohamm17/ShapiroHorwitz/ . We didn't have much
documentation. The report is here:
http://cs-people.bu.edu/soham1/docs/680_Final_Report.pdf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180514/90abc3c9/attachment.html>


More information about the llvm-dev mailing list