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. Thanks and Regards Tarun Agrawal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120225/e06daae7/attachment.html>
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
Thanks for the reply. Thanks and Regards, Tarun Agrawal On Mon, Feb 27, 2012 at 10:16 PM, Jianzhou Zhao <jianzhou at seas.upenn.edu>wrote:> 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120228/9e2ae6da/attachment.html>