1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

basic-aa does support AliasAnalysis chaining now.

llvm-svn: 149293
This commit is contained in:
Dan Gohman 2012-01-30 23:05:41 +00:00
parent be1817e3e0
commit 8be3999ea3

View File

@ -418,9 +418,8 @@ implementing, you just override the interfaces you can improve.</p>
<div>
<p>With only two special exceptions (the <tt><a
href="#basic-aa">basicaa</a></tt> and <a href="#no-aa"><tt>no-aa</tt></a>
passes) every alias analysis pass chains to another alias analysis
<p>With only one special exception (the <a href="#no-aa"><tt>no-aa</tt></a>
pass) every alias analysis pass chains to another alias analysis
implementation (for example, the user can specify "<tt>-basicaa -ds-aa
-licm</tt>" to get the maximum benefit from both alias
analyses). The alias analysis class automatically takes care of most of this