This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f05137f [InstCombine] Use getVectorNumElements instead of explicitly [...] new f755153 Introduce element-wise atomic memcpy intrinsic
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: docs/LangRef.rst | 76 ++++++++++++++++++++++ include/llvm/CodeGen/RuntimeLibcalls.h | 11 ++++ include/llvm/IR/Intrinsics.td | 9 +++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 45 +++++++++++++ lib/CodeGen/TargetLoweringBase.cpp | 23 +++++++ lib/IR/Verifier.cpp | 26 ++++++++ .../X86/element-wise-atomic-memory-intrinsics.ll | 68 +++++++++++++++++++ .../element-wise-atomic-memory-intrinsics.ll | 17 +++++ 8 files changed, 275 insertions(+) create mode 100644 test/CodeGen/X86/element-wise-atomic-memory-intrinsics.ll create mode 100644 test/Verifier/element-wise-atomic-memory-intrinsics.ll