This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 44068acc49a [NFC] Remove obsolete LLVM_GNUC_PREREQ new 9455340d7bb AMDGPU/GlobalISel: Handle G_ATOMICRMW_FADD new 2ac281ba536 Revert "[NFC] Remove obsolete LLVM_GNUC_PREREQ"
The 2 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 +- lib/Target/AMDGPU/AMDGPUGISel.td | 1 + lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 1 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 3 + lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 1 + .../inst-select-atomicrmw-fadd-local.mir | 115 ++++++++++++++++++ .../AMDGPU/GlobalISel/legalize-atomicrmw-fadd.mir | 17 +++ .../GlobalISel/regbankselect-atomicrmw-fadd.mir | 21 ++++ 11 files changed, 220 insertions(+), 81 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-atomicrmw-fadd-local.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-atomicrmw-fadd.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-atomicrmw-fadd.mir