[llvm] [AMDGPU] ISel & PEI for whole wave functions (PR #145858)

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 04:35:28 PDT 2025


================
@@ -284,6 +284,9 @@ namespace CallingConv {
     RISCV_VLSCall_32768 = 122,
     RISCV_VLSCall_65536 = 123,
 
+    // Calling convention for AMDGPU whole wave functions.
+    AMDGPU_Gfx_WholeWave = 124,
+
     /// The highest possible ID. Must be some 2^k - 1.
     MaxID = 1023
----------------
cdevadas wrote:

Ah my bad. I missed the zero in it. Never mind.

https://github.com/llvm/llvm-project/pull/145858


More information about the llvm-commits mailing list