[LLVMdev] Algorithm used for doing alias analysis.

Jianzhou Zhao jianzhou at seas.upenn.edu
Mon Feb 27 08:46:33 PST 2012


On Sat, Feb 25, 2012 at 8:44 AM, tarun agrawal <tarun at cse.iitb.ac.in> wrote:
> Hi,
>
> I am using alias analysis to determine whether two values are alias or not.
> But I am not able to figure out the algorithm that is being used to
> determine
> May , Must and No Alias.

Here is the algorithm in high-level:
  http://llvm.org/docs/AliasAnalysis.html#exist

>
>
>
> Thanks and Regards
> Tarun Agrawal
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



-- 
Jianzhou




More information about the llvm-dev mailing list