[PATCH] D110337: [AMDGPU] Use "hostcall" module flag instead of searching for ockl_hostcall_internal() declaration.
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 16:38:28 PDT 2021
JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.
Module metadata is clearer than checking for a particular function, plus robust to the function being renamed / inlined.
I'm not convinced by passing the state as an implicit kernel argument but that's the status quo.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110337/new/
https://reviews.llvm.org/D110337
More information about the llvm-commits
mailing list