From: Dan Gohman Date: Mon, 28 Jun 2010 22:09:52 +0000 (+0000) Subject: Add a blurb about -scev-aa. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=85dfca616a76eaca8fc7845e71fdc1394e18d63f;p=oota-llvm.git Add a blurb about -scev-aa. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107080 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 +
+ +
+ +

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.

+ +