R600: Add support for local memory atomic add
authorTom Stellard <thomas.stellard@amd.com>
Thu, 5 Sep 2013 18:38:09 +0000 (18:38 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 5 Sep 2013 18:38:09 +0000 (18:38 +0000)
commit79916948e1fd176a3898b596b679cc9dba3d40a8
treeb2235e6c8de186b3b109c83cbf0c6d8149ab078a
parent756f382ac116d1d935fe5c01f2c07c19c0aac77a
R600: Add support for local memory atomic add

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190080 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600InstrInfo.h
lib/Target/R600/R600Instructions.td
lib/Target/R600/SIInstrInfo.td
lib/Target/R600/SIInstructions.td
lib/Target/R600/SILowerControlFlow.cpp
test/CodeGen/R600/atomic_load_add.ll [new file with mode: 0644]