mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Add a blurb about -scev-aa.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107080 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5989f8e22
commit
85dfca616a
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user