[PATCH] D119227: [AMDGPU] Select no-return atomic ops in FLATInstructions.td.

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 02:38:19 PST 2022


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

This change adds the selection for the no-return global_* and flat_*
instructions in tblgen.  The motivation for this is to get the no-return atomic
isel working without relying on post-isel hooks so that GlobalISel can start
selecting them (once GlobalISelEmitter allows no return atomic patterns like
how DAGISel does).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119227

Files:
  llvm/lib/Target/AMDGPU/FLATInstructions.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119227.406747.patch
Type: text/x-patch
Size: 14835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/496210c5/attachment.bin>


More information about the llvm-commits mailing list