[PATCH] D36831: [AMDGPU] Transform __read_pipe_* and __write_pipe_*

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 17 07:36:18 PDT 2017


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

When packet size equals packet align and is power of 2, transform
__read_pipe* and __write_pipe* to specialized library function.


https://reviews.llvm.org/D36831

Files:
  lib/Target/AMDGPU/AMDGPULibCalls.cpp
  test/CodeGen/AMDGPU/simplify-libcalls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36831.111514.patch
Type: text/x-patch
Size: 12253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170817/a615d9c1/attachment-0001.bin>


More information about the llvm-commits mailing list