From d6e0dd1db6c54aab3f76c4189686a881616f73c1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 3 Jul 2007 04:41:50 +0000 Subject: [PATCH] note where to get steens-aa and ds-aa git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37850 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AliasAnalysis.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index b1163e0633b..748b3cb30eb 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -755,6 +755,9 @@ field-sensitive" version of Steensgaard's algorithm using the Data Structure Analysis framework. This gives it substantially more precision than the standard algorithm while maintaining excellent analysis scalability.

+

Note that -steens-aa is available in the optional "poolalloc" +module, it is not part of the LLVM core.

+ @@ -775,6 +778,9 @@ queries, and can provide context-sensitive mod/ref information as well. The only major facility not implemented so far is support for must-alias information.

+

Note that -ds-aa is available in the optional "poolalloc" +module, it is not part of the LLVM core.

+ -- 2.34.1