[PATCH] D65644: [AMDGPU] gfx10 atomic optimizer changes.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 03:35:55 PDT 2019


foad created this revision.
foad added reviewers: arsenm, sheredom, critson, rampitec.
Herald added subscribers: jfb, hiraditya, t-tye, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

Add support for gfx10, where all DPP operations are confined to work
within a single row of 16 lanes, and wave32.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65644

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  llvm/lib/Target/AMDGPU/SIDefines.h
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_buffer.ll
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_pixelshader.ll
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_raw_buffer.ll
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_struct_buffer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65644.213008.patch
Type: text/x-patch
Size: 84435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/621b9596/attachment.bin>


More information about the llvm-commits mailing list