This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd5930f [InstCombine] Refactor optimization of zext(or(icmp, icmp)) t [...] new bfbf2aa I can't reproduce this buildbot failure locally, so temporari [...] new 94c82b2 [MSSA] Add logic for special handling of atomics/volatiles.
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/Utils/MemorySSA.cpp | 58 ++++++++++++ test/CodeGen/SystemZ/fp-const-10.ll | 15 --- test/Transforms/Util/MemorySSA/atomic-clobber.ll | 101 +++++++++++++++++++++ test/Transforms/Util/MemorySSA/constant-memory.ll | 41 +++++++++ test/Transforms/Util/MemorySSA/invariant-groups.ll | 30 ++++++ test/Transforms/Util/MemorySSA/volatile-clobber.ll | 72 +++++++++++++++ 6 files changed, 302 insertions(+), 15 deletions(-) delete mode 100644 test/CodeGen/SystemZ/fp-const-10.ll create mode 100644 test/Transforms/Util/MemorySSA/constant-memory.ll create mode 100644 test/Transforms/Util/MemorySSA/invariant-groups.ll