[PATCH] D58918: [AMDGPU] Add support for 64 bit buffer atomic artihmetic instructions
Ryan Taylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 12:28:58 PST 2019
rtaylor created this revision.
Herald added subscribers: llvm-commits, jfb, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.
This adds support for 64 bit buffer arithmetic instructions but does not include
cmpswap as that depends on a fix to the way the register pairs are handled
Change-Id: Ib207ea65fb69487ccad5066ea647ae8ddfe2ce61
Repository:
rL LLVM
https://reviews.llvm.org/D58918
Files:
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/BUFInstructions.td
lib/Target/AMDGPU/SIInstrInfo.td
test/Analysis/DivergenceAnalysis/AMDGPU/llvm.amdgcn.buffer.atomic.ll
test/Analysis/LegacyDivergenceAnalysis/AMDGPU/llvm.amdgcn.buffer.atomic.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.atomic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58918.189187.patch
Type: text/x-patch
Size: 31976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190304/d3271594/attachment.bin>
More information about the llvm-commits
mailing list