This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 428cbbbec8d [llvm] Prevent duplicate files in debug line header in dwarf 5. new ba71b832d8e AMDGPU: Add support for cross address space synchronization scopes
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: docs/AMDGPUUsage.rst | 130 ++-- lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp | 10 + lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h | 73 +- lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 50 +- test/CodeGen/AMDGPU/atomicrmw-nand.ll | 4 +- test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll | 4 +- test/CodeGen/AMDGPU/local-atomics-fp.ll | 23 +- test/CodeGen/AMDGPU/memory-legalizer-amdpal.ll | 242 +++++- .../AMDGPU/memory-legalizer-atomic-cmpxchg.ll | 842 ++++++++++++++++++--- .../AMDGPU/memory-legalizer-atomic-fence.ll | 252 +++++- .../AMDGPU/memory-legalizer-atomic-insert-end.mir | 2 +- test/CodeGen/AMDGPU/memory-legalizer-atomic-rmw.ll | 398 ++++++++-- .../AMDGPU/memory-legalizer-invalid-addrspace.mir | 8 +- test/CodeGen/AMDGPU/memory-legalizer-load.ll | 400 ++++++++-- test/CodeGen/AMDGPU/memory-legalizer-local.mir | 92 +-- test/CodeGen/AMDGPU/memory-legalizer-mesa3d.ll | 242 +++++- ...ory-legalizer-multiple-mem-operands-atomics.mir | 2 +- test/CodeGen/AMDGPU/memory-legalizer-region.mir | 88 +-- test/CodeGen/AMDGPU/memory-legalizer-store.ll | 320 ++++++-- 19 files changed, 2692 insertions(+), 490 deletions(-)