diff options
-rw-r--r-- | docs/AliasAnalysis.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 42b01ac7ec..d1f911e32d 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -789,6 +789,19 @@ module, it is not part of the LLVM core.</p> </div> +<!-- _______________________________________________________________________ --> +<div class="doc_subsubsection"> + <a name="scev-aa">The <tt>-scev-aa</tt> pass</a> +</div> + +<div class="doc_text"> + +<p>The <tt>-scev-aa</tt> pass implements AliasAnalysis queries by +translating them into ScalarEvolution queries. This gives it a +more complete understanding of <tt>getelementptr</tt> instructions +and loop induction variables than other alias analyses have.</p> + +</div> <!-- ======================================================================= --> <div class="doc_subsection"> |