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

Aakanksha Patil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 12:24:53 PST 2018


aakanksha555 updated this revision to Diff 175931.
aakanksha555 marked 5 inline comments as done.
aakanksha555 added a comment.

-Directly returning "true" from the propagateAttribute function as per the comments.
-Renamed the list to NodeList, dropped "Sorted" from the name


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D50200/new/

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-recursion-test.ll
  test/CodeGen/AMDGPU/uniform-work-group-test.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50200.175931.patch
Type: text/x-patch
Size: 15444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181129/790ccc03/attachment.bin>


More information about the llvm-commits mailing list