[PATCH] D120587: [AMDGPU] Use workgroup fences in test waitcnt-vscnt.ll

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 12:36:51 PST 2022


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

The "singlethread" fences that were used in this test were not enforcing
adding any waitcnt. Use "workgroup" fences instead in preparation for
the addition of memory model/waitcnt optimizations.

NFC.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120587

Files:
  llvm/test/CodeGen/AMDGPU/waitcnt-vscnt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120587.411500.patch
Type: text/x-patch
Size: 7211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/6f65017d/attachment.bin>


More information about the llvm-commits mailing list