This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef953d792e1 NFC: bit.h don't warn on strict aliasing for GCC <= 7.1 new bcb266e40dc API to update MemorySSA for cloned blocks and added CFG edges.
The 1 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/MemorySSA.h | 6 +- include/llvm/Analysis/MemorySSAUpdater.h | 60 ++++ lib/Analysis/MemorySSA.cpp | 45 ++- lib/Analysis/MemorySSAUpdater.cpp | 518 +++++++++++++++++++++++++++++++ unittests/Analysis/MemorySSATest.cpp | 192 ++++++++++++ 5 files changed, 804 insertions(+), 17 deletions(-)