This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e330b7d Make sure that not interesting allocas are not instrumented. new 003d842 AMDGPU: Fix missing and broken check lines in atomic tests new bada556 AMDGPU: Fix i64 global cmpxchg new 4080a06 AMDGPU: Fix flat atomics
The 3 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 | 98 ++- lib/Target/AMDGPU/AMDGPUInstructions.td | 19 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 + lib/Target/AMDGPU/CIInstructions.td | 71 +- lib/Target/AMDGPU/SIISelLowering.cpp | 6 +- lib/Target/AMDGPU/SIInstrInfo.td | 24 +- lib/Target/AMDGPU/SIInstructions.td | 31 - test/CodeGen/AMDGPU/flat_atomics.ll | 968 +++++++++++++++++++++++++ test/CodeGen/AMDGPU/flat_atomics_i64.ll | 975 ++++++++++++++++++++++++++ test/CodeGen/AMDGPU/global_atomics.ll | 510 ++++++-------- test/CodeGen/AMDGPU/global_atomics_i64.ll | 357 +++++++--- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 136 ++++ test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 132 ++++ 13 files changed, 2881 insertions(+), 450 deletions(-) create mode 100644 test/CodeGen/AMDGPU/flat_atomics.ll create mode 100644 test/CodeGen/AMDGPU/flat_atomics_i64.ll