[PATCH] D65081: AMDGPU: Start redefining atomic PatFrags
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 06:08:00 PDT 2019
arsenm created this revision.
arsenm added reviewers: rampitec, nhaehnle, vpykhtin.
Herald added subscribers: jfb, t-tye, tpr, dstuttard, yaxunl, wdng, jvesely, kzhuravl.
Start migrating to a form that will be compatible with the global isel
emitter. Also should fix some overly lax checks on the memory type,
which allowed mis-selecting some illegal atomics.
https://reviews.llvm.org/D65081
Files:
include/llvm/Target/TargetSelectionDAG.td
lib/Target/AMDGPU/AMDGPUInstructions.td
lib/Target/AMDGPU/BUFInstructions.td
lib/Target/AMDGPU/DSInstructions.td
lib/Target/AMDGPU/EvergreenInstructions.td
lib/Target/AMDGPU/FLATInstructions.td
lib/Target/AMDGPU/SIInstrInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65081.211069.patch
Type: text/x-patch
Size: 37916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190722/c2f15aee/attachment-0001.bin>
More information about the llvm-commits
mailing list