This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 025ee4f9cce [IR] Avoid the need to prefix MS C++ symbols with '\01' new 962b1b6c197 [Hexagon] Add lit testcases for atomic intrinsics
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: test/CodeGen/Hexagon/intrinsics/atomic_load.ll | 68 +++++++++++++++++ .../Hexagon/intrinsics/atomicrmw_addsub_native.ll | 87 ++++++++++++++++++++++ test/CodeGen/Hexagon/intrinsics/fence.ll | 22 ++++++ 3 files changed, 177 insertions(+) create mode 100644 test/CodeGen/Hexagon/intrinsics/atomic_load.ll create mode 100644 test/CodeGen/Hexagon/intrinsics/atomicrmw_addsub_native.ll create mode 100644 test/CodeGen/Hexagon/intrinsics/fence.ll