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

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 23:59:39 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
----------------
perlfu wrote:

`MaxID` in this enumeration doesn't change for new CCs; unless you meant something else?

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


More information about the llvm-commits mailing list