This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6568ff6 Use std::call_once on Windows new 75ebce9 Undef MemoryFence, which is defined to _mm_mfence by winnt.h new 33ee99a [LICM] Make store promotion work in the face of unordered atomics
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/Support/Atomic.h | 5 ++ lib/Transforms/Scalar/LICM.cpp | 32 ++++++-- test/Transforms/LICM/atomics.ll | 146 ++++++++++++++++++++++++++++++++- test/Transforms/LICM/scalar-promote.ll | 27 ++++++ 4 files changed, 203 insertions(+), 7 deletions(-)