[PATCH] D79481: [AMDGPU] Cluster shader exports
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 04:48:45 PDT 2020
critson created this revision.
critson added reviewers: foad, arsenm, rampitec, nhaehnle.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, mgorny, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
Add DAG scheduling mutation to cluster export instructions.
This avoids unnecessary waitcnts being added when computation
ends up interspersed with exports.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79481
Files:
llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp
llvm/lib/Target/AMDGPU/AMDGPUExportClustering.h
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/lib/Target/AMDGPU/CMakeLists.txt
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.exp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79481.262343.patch
Type: text/x-patch
Size: 6164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200506/19d10f80/attachment.bin>
More information about the llvm-commits
mailing list