[PATCH] D85730: AMDGPU/GlobalISel: Select llvm.amdgcn.global.atomic.fadd

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 06:58:06 PDT 2020


arsenm created this revision.
arsenm added reviewers: rampitec, foad, nhaehnle, kerbowa, Petar.Avramovic, mbrkusanin, madhur13490, hsmhsm.
Herald added subscribers: jfb, hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.

Remove the intermediate transform in the DAG path. I believe this is
the last non-deprecated intrinsic that needs handling.


https://reviews.llvm.org/D85730

Files:
  llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  llvm/lib/Target/AMDGPU/BUFInstructions.td
  llvm/lib/Target/AMDGPU/FLATInstructions.td
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.global.atomic.fadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85730.284697.patch
Type: text/x-patch
Size: 10206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200811/d205a15d/attachment-0001.bin>


More information about the llvm-commits mailing list