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

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 10:35:27 PDT 2017


yaxunl added a comment.

In https://reviews.llvm.org/D36831#848889, @rampitec wrote:

> In https://reviews.llvm.org/D36831#848885, @yaxunl wrote:
>
> > As I said, getFunction() requires function argument information, which is not available for unmangled functions. To implement getFunction() requires providing argument information for unmangled functions, which is time consuming and also useless.
>
>
> You can just omit filling it. You have FuncId and that is all you need in this case.


I need to get a function with different (transformed) function type.


https://reviews.llvm.org/D36831





More information about the llvm-commits mailing list