[LLVMdev] Some questions on the output formats of AliasSetTracker

Eli Friedman eli.friedman at gmail.com
Thu May 7 17:19:13 PDT 2009


On Thu, May 7, 2009 at 5:07 PM,  <hc2428 at columbia.edu> wrote:
> However, I am a little confused with these output. In Both anders-aa
> and steens-aa, XX and YY should stay in the same AliasSet, and their
> alias relationship should be May Alias, right?

%XX and %YY are the results of alloca instructions (i.e. equivalent to
the C expressions "&XX" and "&YY"), so they do not in fact alias.

-Eli



More information about the llvm-dev mailing list