[LLVMdev] Limitations of Alias Analysis?

Wenzhi Tao linus_wind at zju.edu.cn
Tue Jun 30 20:21:37 PDT 2009


Hi Eli,
  I'm using trunk LLVM:

SVN-URL: http://llvm.org/svn/llvm-project/llvm/trunk
Version: 74580

  The result of llvm-config --version is '2.6svn'.

  And, when I try the released version 2.5, it still reports that %0 and
%1 are MayAlias. I wonder why I can't get the same result with you.
Thank you.

在 2009-06-29一的 20:35 -0700,Eli Friedman写道:
> On Mon, Jun 29, 2009 at 7:40 PM, Wenzhi Tao<linus_wind at zju.edu.cn> wrote:
> >  The result of -aa-eval:
> >
> > MayAlias:   %struct.Location* %0, %struct.Location* %1
> > MayAlias:   %struct.Location* %0, %struct.Location* %2
> > MayAlias:   %struct.Location* %1, %struct.Location* %2
> 
> I'm getting NoAlias with the given steps; are you using trunk LLVM?
> 
> -Eli
> 
> 




More information about the llvm-dev mailing list