diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 42b01ac7ec4..d1f911e32dc 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -789,6 +789,19 @@ module, it is not part of the LLVM core.
+ + + +The -scev-aa pass implements AliasAnalysis queries by +translating them into ScalarEvolution queries. This gives it a +more complete understanding of getelementptr instructions +and loop induction variables than other alias analyses have.
+ +