[PATCH] D43785: [AMDGPU] Fix lowering OpenCL enqueue_kernel
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 14:04:47 PST 2018
yaxunl created this revision.
yaxunl added reviewers: b-sumner, rampitec, arsenm.
Herald added subscribers: t-tye, Anastasia, tpr, dstuttard, nhaehnle, wdng, kzhuravl.
One addrspacecast disappeared in clang emitted IR for
block invoke function due to adoption of the new
addr space mapping.
https://reviews.llvm.org/D43785
Files:
lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp
test/CodeGen/AMDGPU/enqueue-kernel.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43785.135970.patch
Type: text/x-patch
Size: 15333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180226/4f9cbdcd/attachment.bin>
More information about the llvm-commits
mailing list