This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 79e53ddffac AMDGPU/GlobalISel: Select simple local stores new f15a0e41d4b AMDGPU: Correct FP atomic patterns new ea35ed0012a AMDGPU: Start redefining atomic PatFrags new b8f72a5a52c AMDGPU/GlobalISel: Allow selection of DS atomicrmw new 44068acc49a [NFC] Remove obsolete LLVM_GNUC_PREREQ
The 4 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/Support/Compiler.h | 128 ++++++++++------- include/llvm/Support/MathExtras.h | 8 +- include/llvm/Support/SwapByteOrder.h | 4 +- include/llvm/Support/type_traits.h | 2 +- include/llvm/Target/TargetSelectionDAG.td | 10 +- lib/Target/AMDGPU/AMDGPUGISel.td | 11 ++ lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 18 ++- lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 2 +- lib/Target/AMDGPU/AMDGPUInstructions.td | 70 +++++---- lib/Target/AMDGPU/BUFInstructions.td | 52 +++---- lib/Target/AMDGPU/DSInstructions.td | 14 +- lib/Target/AMDGPU/EvergreenInstructions.td | 60 ++++---- lib/Target/AMDGPU/FLATInstructions.td | 159 ++++++++++----------- lib/Target/AMDGPU/SIInstrInfo.td | 61 ++++++-- .../inst-select-atomicrmw-xchg-local.mir | 83 +++++++++++ 15 files changed, 414 insertions(+), 268 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-atomicrmw-xchg-local.mir