This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34ff574 DAG: Do not scalarize fsub if fneg is legal new 3093a63 [Support] Fix some Clang-tidy modernize and Include What You [...] new a93bc6c AMDGPU: Consolidate sendmsg/sendmsghalt handling and tests
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/MD5.h | 23 ++-- include/llvm/Support/RWMutex.h | 25 ++-- include/llvm/Support/SMLoc.h | 4 +- include/llvm/Support/SourceMgr.h | 57 ++++----- include/llvm/Support/UniqueLock.h | 18 +-- lib/Support/MD5.cpp | 11 +- lib/Support/RWMutex.cpp | 19 ++- lib/Support/SourceMgr.cpp | 27 +++-- lib/Target/AMDGPU/SIISelLowering.cpp | 11 +- test/CodeGen/AMDGPU/amdgcn.sendmsg-m0.ll | 41 ------- test/CodeGen/AMDGPU/amdgcn.sendmsg.ll | 161 ------------------------ test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.ll | 189 +++++++++++++++++++++++++++++ 12 files changed, 294 insertions(+), 292 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/amdgcn.sendmsg-m0.ll delete mode 100644 test/CodeGen/AMDGPU/amdgcn.sendmsg.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.ll