This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ab637ccbc09 [Hexagon] Fix some Clang-tidy modernize-use-using and Inclu [...] new d74d012b621 AMDGPU: Start selecting global instructions
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: lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 20 +- lib/Target/AMDGPU/AMDGPUInstructions.td | 1 + lib/Target/AMDGPU/FLATInstructions.td | 93 +++- test/CodeGen/AMDGPU/add.v2i16.ll | 16 +- test/CodeGen/AMDGPU/addrspacecast.ll | 14 +- test/CodeGen/AMDGPU/ashr.v2i16.ll | 22 +- test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 2 +- test/CodeGen/AMDGPU/fabs.f16.ll | 8 +- test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 70 +-- test/CodeGen/AMDGPU/fcopysign.f16.ll | 28 +- test/CodeGen/AMDGPU/fmed3.ll | 150 +++--- test/CodeGen/AMDGPU/fmuladd.v2f16.ll | 22 +- test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 4 +- test/CodeGen/AMDGPU/fneg.f16.ll | 14 +- test/CodeGen/AMDGPU/global_atomics.ll | 584 +++++++++++++++-------- test/CodeGen/AMDGPU/global_atomics_i64.ll | 384 ++++++++++----- test/CodeGen/AMDGPU/indirect-addressing-si.ll | 4 +- test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 58 +-- test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll | 30 +- test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll | 2 +- test/CodeGen/AMDGPU/lshr.v2i16.ll | 22 +- test/CodeGen/AMDGPU/min.ll | 4 +- test/CodeGen/AMDGPU/pack.v2f16.ll | 18 +- test/CodeGen/AMDGPU/pack.v2i16.ll | 16 +- test/CodeGen/AMDGPU/sext-in-reg.ll | 30 +- test/CodeGen/AMDGPU/shl.v2i16.ll | 22 +- test/CodeGen/AMDGPU/sminmax.v2i16.ll | 2 +- test/CodeGen/AMDGPU/store-global.ll | 78 ++- test/CodeGen/AMDGPU/sub.v2i16.ll | 16 +- test/CodeGen/AMDGPU/waitcnt-flat.ll | 22 +- 30 files changed, 1111 insertions(+), 645 deletions(-)