[PATCH] D52741: [AMDGPU] Add an AMDGPU pass to promote bitcast calls
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 2 07:59:16 PDT 2018
scott.linder added a comment.
The WebAsm code essentially does the same thing, but also creates wrapper functions when the number of arguments differ, or when the return value differs (it seems like this could just be a cast as well). I will move the WebAsm pass to lib/Transform and use it in both backends. I am not sure who from WebAsm to ask to take a look once I'm done?
Repository:
rL LLVM
https://reviews.llvm.org/D52741
More information about the llvm-commits
mailing list