[PATCH] D84319: AMDGPU/GlobalISel: Select llvm.amdgcn.global.atomic.csub
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 06:24:07 PDT 2020
arsenm created this revision.
arsenm added reviewers: rampitec, kzhuravl, kerbowa.
Herald added subscribers: jfb, hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, nhaehnle, wdng, jvesely.
Herald added a project: LLVM.
Remove the custom node boilerplate. Not sure why this tried to handle
the LDS atomic stuff.
https://reviews.llvm.org/D84319
Files:
llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
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.csub.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84319.279798.patch
Type: text/x-patch
Size: 11069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200722/dfd7feb9/attachment.bin>
More information about the llvm-commits
mailing list