[PATCH] D152794: [AMDGPU][GlobalISel] Shaders can only call amdgpu_gfx

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 09:16:11 PDT 2023


nhaehnle added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll:5295
 
-define amdgpu_ps void @amdgpu_ps_call_default_cc() {
-  ; CHECK-LABEL: name: amdgpu_ps_call_default_cc
----------------
arsenm wrote:
> This shouldn't be dropped
Do you have a better idea? We can't meaningfully support calls to C calling convention from shaders...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152794



More information about the llvm-commits mailing list