This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21f0f3a [ThinLTO] Fix "||" vs "|" mixup. new 7c0b2ec [MemCpyOpt] Don't sink LoadInst below possible clobber. new 0f9492a [PM] Add more dedicated testing to cover the invalidation log [...]
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: lib/Transforms/Scalar/MemCpyOptimizer.cpp | 16 +++++--- test/Analysis/BasicAA/invalidation.ll | 47 +++++++++++++++++++++++ test/Transforms/MemCpyOpt/load-store-to-memcpy.ll | 36 +++++++++++++++++ 3 files changed, 94 insertions(+), 5 deletions(-) create mode 100644 test/Analysis/BasicAA/invalidation.ll create mode 100644 test/Transforms/MemCpyOpt/load-store-to-memcpy.ll