[PATCH] D50200: AMDGPU: Handle "uniform-work-group-size" attribute

Aakanksha Patil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 14:32:09 PST 2018


aakanksha555 updated this revision to Diff 172657.
aakanksha555 edited the summary of this revision.
aakanksha555 added a comment.

Got rid of extra structures and added a recursive test.


https://reviews.llvm.org/D50200

Files:
  lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
  lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
  test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll
  test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll
  test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
  test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
  test/CodeGen/AMDGPU/uniform-work-group-resursion-test.ll
  test/CodeGen/AMDGPU/uniform-work-group-test.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50200.172657.patch
Type: text/x-patch
Size: 14960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181105/5c69bec0/attachment.bin>


More information about the llvm-commits mailing list