This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d0af5dda894 [AMDGPU] gfx908 dot instruction support new cd0b4e315f2 [AMDGPU] gfx908 atomic fadd and atomic pk_fadd
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: include/llvm/IR/IntrinsicsAMDGPU.td | 23 +++++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 + lib/Target/AMDGPU/AMDGPUInstructions.td | 10 +- lib/Target/AMDGPU/BUFInstructions.td | 58 ++++++++++++ lib/Target/AMDGPU/FLATInstructions.td | 28 ++++++ lib/Target/AMDGPU/SIISelLowering.cpp | 70 ++++++++++++++ lib/Target/AMDGPU/SIInstrInfo.td | 25 +++++ test/CodeGen/AMDGPU/llvm.amdgcn.atomic.fadd.ll | 72 ++++++++++++++ test/MC/AMDGPU/atomic-fadd-insts.s | 110 ++++++++++++++++++++++ test/MC/Disassembler/AMDGPU/atomic-fadd-insts.txt | 103 ++++++++++++++++++++ 11 files changed, 503 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.atomic.fadd.ll create mode 100644 test/MC/AMDGPU/atomic-fadd-insts.s create mode 100644 test/MC/Disassembler/AMDGPU/atomic-fadd-insts.txt