[PATCH] D52741: [AMDGPU] Add an AMDGPU pass to promote bitcast calls
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 2 10:15:43 PDT 2018
sbc100 added a comment.
Your assessment is about right yes. We assembly supports indirect calls but the function signatures have to match in the webassembly type system. In fact the executable won't even validate (won't load) if it contains such invalid calls. So it sounds like the goals are not the same.
Repository:
rL LLVM
https://reviews.llvm.org/D52741
More information about the llvm-commits
mailing list