This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b3f897d [LVI] Use DenseMap::find_as in LazyValueInfo. new 741862c [LSV] Use Instruction*s rather than Value*s where possible. new aa6ca74 [CFLAA] Add getModRefBehavior to CFLAnders.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/CFLAndersAliasAnalysis.h | 10 ++ lib/Analysis/CFLAndersAliasAnalysis.cpp | 106 ++++++++++++ lib/Analysis/CFLSteensAliasAnalysis.cpp | 26 ++- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 181 +++++++++++---------- .../CFLAliasAnalysis/Andersen/interproc-ret-arg.ll | 4 + .../Andersen/interproc-ret-deref-arg-multilevel.ll | 5 + .../Andersen/interproc-ret-deref-arg.ll | 6 + .../Andersen/interproc-ret-ref-arg-multilevel.ll | 3 + .../Andersen/interproc-ret-ref-arg.ll | 2 + .../Andersen/interproc-store-arg.ll | 5 + 10 files changed, 253 insertions(+), 95 deletions(-)