[PATCH] D119750: [AMDGPU] Pre-commit test for wait between agpr & vgpr

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 11:26:39 PST 2022


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

Due to a typo of 256 to 226, the SIInsertWaitcnt pass thinks
several registers are aliased from a waitcnt PoV including vgpr226
and agpr0, vgpr227 and agpr1...

This is a test of the behavior.
NFC.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119750

Files:
  llvm/test/CodeGen/AMDGPU/waitcnt-agpr.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119750.408524.patch
Type: text/x-patch
Size: 12050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220214/f8192796/attachment.bin>


More information about the llvm-commits mailing list