[PATCH] D105137: [AMDGPU] Update gfx90a memory model support

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 29 10:59:19 PDT 2021


t-tye created this revision.
t-tye added reviewers: rampitec, kzhuravl, b-sumner.
Herald added subscribers: foad, kerbowa, jfb, hiraditya, tpr, dstuttard, yaxunl, nhaehnle, jvesely, arsenm.
t-tye requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Update AMDGPU gfx90a memory model to make coarse grain memory allocations
consistent when fine grained system scope atomic acquire and release is
performed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105137

Files:
  llvm/docs/AMDGPUUsage.rst
  llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
  llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll
  llvm/test/CodeGen/AMDGPU/global-atomics-fp.ll
  llvm/test/CodeGen/AMDGPU/memory-legalizer-fence.ll
  llvm/test/CodeGen/AMDGPU/memory-legalizer-flat-system.ll
  llvm/test/CodeGen/AMDGPU/memory-legalizer-global-system.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105137.355299.patch
Type: text/x-patch
Size: 158407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210629/668d7f6a/attachment-0001.bin>


More information about the llvm-commits mailing list