[PATCH] D34042: AMDGPU: Annotate features from x work item/group IDs.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 11:16:37 PDT 2017


arsenm created this revision.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.

This wasn't necessary before since they are always enabled
for kernels, but this is necessary if they need to be
forwarded to a callable function.


https://reviews.llvm.org/D34042

Files:
  lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.h
  test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34042.101946.patch
Type: text/x-patch
Size: 16701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170608/96ebc57e/attachment.bin>


More information about the llvm-commits mailing list