[PATCH] D98952: [AMDGPU] Add atomic optimizer nouse tests

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 07:51:20 PDT 2021


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

Add some atomic optimizer tests where there is no use of the result of
the atomic operation, which is a common case in real code. NFC.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98952

Files:
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98952.331876.patch
Type: text/x-patch
Size: 71967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/692993ec/attachment-0001.bin>


More information about the llvm-commits mailing list