commit | 029032693fdb065b6edfff6d68df188f98bee8ac | [log] [tgz] |
---|---|---|
author | Arnold Schwaighofer <arnolds@codeaurora.org> | Thu Sep 06 14:31:51 2012 +0000 |
committer | Arnold Schwaighofer <arnolds@codeaurora.org> | Thu Sep 06 14:31:51 2012 +0000 |
tree | 6acbf33c7f4e1a641f1d67aef5c1073ea3b373ec | |
parent | 79cb162e5d7aeaa3602bf4a7afa253232f461b33 [diff] |
BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias If we can show that the base pointers of two GEPs don't alias each other using precise analysis and the indices and base offset are equal then the two GEPs also don't alias each other. This is primarily needed for the follow up patch that analyses NoAlias'ing PHI nodes. Part 1/2 of fix for PR13564. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163317 91177308-0d34-0410-b5e6-96231b3b80d8