[llvm] [AMDGPU] ISel & PEI for whole wave functions (PR #145858)
Christudasan Devadasan via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 02:14:16 PDT 2025
================
@@ -564,6 +564,10 @@ declare riscv_vls_cc(32768) void @riscv_vls_cc_32768()
; CHECK: declare riscv_vls_cc(32768) void @riscv_vls_cc_32768()
declare riscv_vls_cc(65536) void @riscv_vls_cc_65536()
; CHECK: declare riscv_vls_cc(65536) void @riscv_vls_cc_65536()
+declare cc124 void @f.cc124(i1)
+; CHECK: declare amdgpu_gfx_whole_wave void @f.cc124(i1)
----------------
cdevadas wrote:
How does `cc124` become `amdgpu_gfx_whole_wave` here?
https://github.com/llvm/llvm-project/pull/145858
More information about the llvm-commits
mailing list