[PATCH] D16711: AMDGPU: Stop checking intrinsics not used by HSA for dispatch-ptr
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 22:28:44 PST 2016
arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.
Only the dispatch.ptr intrinsic is supposed to be used now to get
the workgroup size, and the read.local.size intrinsics do not
work correctly.
http://reviews.llvm.org/D16711
Files:
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll
test/CodeGen/AMDGPU/annotate-kernel-features.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16711.46353.patch
Type: text/x-patch
Size: 9282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160129/b0e942d7/attachment.bin>
More information about the llvm-commits
mailing list