[PATCH] D36436: [AMDGPU] Ported and adopted AMDLibCalls pass
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 17:17:38 PDT 2017
rampitec added a comment.
In https://reviews.llvm.org/D36436#834635, @arsenm wrote:
> Have you tried to make TargetLibraryInfo aware of the different names used for the same library functions?
TLI is too different. Not only it does not have most of the functions we need, but we also need a convenient way dealing with vectors and a mangler to create new names, plus demangler to break down name into base and argument info.
https://reviews.llvm.org/D36436
More information about the llvm-commits
mailing list