R600/SI: Add support for global atomic add
authorTom Stellard <thomas.stellard@amd.com>
Mon, 22 Sep 2014 15:35:35 +0000 (15:35 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 22 Sep 2014 15:35:35 +0000 (15:35 +0000)
commit6d625ad495ab42087fe2de57e6d147623e8676e5
treef2923d469d95517ba8bdf88ea1541bd919d058ee
parent2de7c388a62448e085a5ae060182dc17ed11d12a
R600/SI: Add support for global atomic add

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218254 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/SIInstrInfo.td
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/global_atomics.ll [new file with mode: 0644]