[PATCH] D64935: [AMDGPU] Add llvm.amdgcn.softwqm intrinsic
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 10:07:49 PDT 2019
critson created this revision.
critson added reviewers: nhaehnle, tpr.
Herald added subscribers: llvm-commits, t-tye, dstuttard, yaxunl, wdng, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.
Add llvm.amdgcn.softwqm intrinsic which behaves like llvm.amdgcn.wqm only if there is other WQM computation in the shader.
Repository:
rL LLVM
https://reviews.llvm.org/D64935
Files:
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SIWholeQuadMode.cpp
test/CodeGen/AMDGPU/llvm.amdgcn.softwqm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64935.210619.patch
Type: text/x-patch
Size: 13025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190718/43de4990/attachment.bin>
More information about the llvm-commits
mailing list