[PATCH] D66430: [AMDGPU] Kernel calls lowering

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 10:51:56 PDT 2019


arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.

This pass should be removed. Clang needs to emit a separate function body up-front. I want the IR verifier to reject all calls to kernels. Since a module may need to export a callable function with the name of the kernel, this has a name mangling impact that the frontend needs to take care of


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66430/new/

https://reviews.llvm.org/D66430





More information about the llvm-commits mailing list