[PATCH] D36831: [AMDGPU] Transform __read_pipe_* and __write_pipe_*
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 10:28:15 PDT 2017
rampitec added a comment.
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.
https://reviews.llvm.org/D36831
More information about the llvm-commits
mailing list