[docs] AliasAnalysis: clarify that PartialAlias doesn't enforce

objects to start at the same address

As discussed on the ML, there's consensus that this is what the implementations
do and it seems sensible.

llvm-svn: 308090
This commit is contained in:
Nuno Lopes 2017-07-15 09:09:24 +00:00
parent 13acbb91ee
commit 4fc09cb333
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ The ``MayAlias`` response is used whenever the two pointers might refer to the
same object.
The ``PartialAlias`` response is used when the two memory objects are known to
be overlapping in some way, but do not start at the same address.
be overlapping in some way, regardless whether they start at the same address
or not.
The ``MustAlias`` response may only be returned if the two memory objects are
guaranteed to always start at exactly the same location. A ``MustAlias``