This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f1377e47fee AMDGPU/GlobalISel: Select local atomic cmpxchg new 62b274e7ca1 AMDGPU/GlobalISel: Remove manual store select code new b216057cd21 AMDGPU/GlobalISel: Fix flat load/store of pointer types
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: lib/Target/AMDGPU/AMDGPU.td | 9 + lib/Target/AMDGPU/AMDGPUGISel.td | 4 - lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 52 +--- lib/Target/AMDGPU/FLATInstructions.td | 29 ++- lib/Target/AMDGPU/SIRegisterInfo.td | 4 +- .../AMDGPU/GlobalISel/inst-select-load-flat.mir | 125 +++++----- .../AMDGPU/GlobalISel/inst-select-load-global.mir | 125 +++++----- .../AMDGPU/GlobalISel/inst-select-store-flat.mir | 265 ++++++++++----------- .../AMDGPU/GlobalISel/inst-select-store-global.mir | 265 ++++++++++----------- .../AMDGPU/GlobalISel/llvm.amdgcn.if.break.i64.ll | 3 +- .../GlobalISel/llvm.amdgcn.kernarg.segment.ptr.ll | 2 +- .../AMDGPU/GlobalISel/llvm.amdgcn.workgroup.id.ll | 4 +- .../AMDGPU/GlobalISel/llvm.amdgcn.workitem.id.ll | 4 +- 13 files changed, 426 insertions(+), 465 deletions(-)