[PATCH] D123583: [AMDGPU] Select no-return atomic intrinsics in tblgen

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 03:44:55 PDT 2022


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

This is to avoid relying on the post-isel hook.

This change also enable the saddr pattern selection for atomic
intrinsics in GlobalISel.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123583

Files:
  llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
  llvm/lib/Target/AMDGPU/BUFInstructions.td
  llvm/lib/Target/AMDGPU/DSInstructions.td
  llvm/lib/Target/AMDGPU/FLATInstructions.td
  llvm/test/CodeGen/AMDGPU/GlobalISel/fp64-atomics-gfx90a.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.global.atomic.fadd.ll
  llvm/test/CodeGen/AMDGPU/fp-min-max-global-atomics-gfx10.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123583.422167.patch
Type: text/x-patch
Size: 22723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220412/e2365dfd/attachment.bin>


More information about the llvm-commits mailing list