[llvm] [AMDGPU] Don't send DEALLOC_VGPRs after calls (PR #77439)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 01:24:03 PST 2024
================
@@ -23,6 +23,7 @@
define amdgpu_ps void @image_atomic() { ret void }
define amdgpu_ps void @global_store_optnone() noinline optnone { ret void }
define amdgpu_cs void @with_calls() { ret void }
+ define amdgpu_cs void @with_tail_calls() { ret void }
----------------
arsenm wrote:
entry functions can't end in tail calls?
https://github.com/llvm/llvm-project/pull/77439
More information about the llvm-commits
mailing list