This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dbd3af20e6f [llvm] Add stripped installation targets new 156f91323f9 [InlineCost] Prefer getFunction() to two calls to getParent(). new 7a991ca87c7 [memcpyopt] Teach memcpyopt to optimize across basic blocks new c5a00e0fac4 [memcpyopt] Commit file missed in r319482.
The 3 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/MemoryDependenceAnalysis.h | 6 ++ lib/Analysis/InlineCost.cpp | 6 +- lib/Analysis/MemoryDependenceAnalysis.cpp | 8 ++ lib/Transforms/Scalar/MemCpyOptimizer.cpp | 31 +++++- test/Transforms/MemCpyOpt/memcpy-invoke-memcpy.ll | 48 +++++++++ .../Transforms/MemCpyOpt/nonlocal-memcpy-memcpy.ll | 114 +++++++++++++++++++++ 6 files changed, 207 insertions(+), 6 deletions(-) create mode 100644 test/Transforms/MemCpyOpt/memcpy-invoke-memcpy.ll create mode 100644 test/Transforms/MemCpyOpt/nonlocal-memcpy-memcpy.ll