<div dir="ltr"><br><div>Hi, everyone,</div><div><br></div><div><br></div><div>I am quite new to LLVM and I want to use LLVM alias results in my project.</div><div><br></div><div>As indicated in the <a href="http://llvm.org/docs/AliasAnalysis.html#id41">http://llvm.org/docs/AliasAnalysis.html#id41</a>, the `aa-eval`, `<span style="color:rgb(0,0,0);font-family:consolas,'deja vu sans mono','bitstream vera sans mono',monospace;font-size:0.95em;background-color:rgb(248,248,248)">-print-alias-sets</span>`, `count-aa` passes are used for debugging. However, when I compared the results of  `opt -basicaa -aa-eval < simple_prog.bc` and `opt -aa-eval < simple_prog.bc`, I found the output lines(stderr) have nothing in differece. </div><div><br></div><div>When I look into the code of AliasAnalysisEvaluator.cpp, which is the code for `aa-eval` commands, I found that in the body of the AAEvalLegacyPass, AAResultsWrapperPass is the host for the results. In the runOnFuction of AAResultsWrapperPass, it seems that all the available passes are included. So my question is how the `basicaa` is affect  the `aa-eval` after it.</div><div><br></div><div><br></div><div>Regards, </div><div>Zhijian</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>