[LLVMdev] problem with using DSA for a side-effect analysis
Andrew Lenharth
andrewl at lenharth.org
Thu Apr 3 11:57:31 PDT 2008
The ModRef info is directly available through the alias analysis dsa
client, and certainly easier to use.
Andrew
On Thu, Apr 3, 2008 at 1:28 PM, Vikram S. Adve <vadve at cs.uiuc.edu> wrote:
> Andrew, there used to be some code to compute the ModRef behavior of
> functions using DS graphs. Does that code still exist in svn? What
> Zvonimir is asking is essentially that, although perhaps he needs it
> as DS nodes explicitly rather than via the generic queries in the
> AliasAnalysis interface.
>
> --Vikram
> http://www.cs.uiuc.edu/~vadve
> http://llvm.org/
>
>
>
>
>
> On Apr 3, 2008, at 12:45 PM, Andrew Lenharth wrote:
>
> > On Thu, Apr 3, 2008 at 12:29 PM, Zvonimir Rakamaric <zrakamar at gmail.com
> > > wrote:
> >> Currently I am using DSGraph::computeNodeMapping to do the task,
> >> but I
> >> am not sure if that's the way to go....
> >
> > I believe that is the correct function to use.
> >
> > Andrew
>
>
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
More information about the llvm-dev
mailing list