[PATCH] D18559: AMDGPU: Add a shader calling convention

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 09:38:25 PDT 2016


arsenm added inline comments.

================
Comment at: include/llvm/IR/CallingConv.h:181-182
@@ -180,1 +180,4 @@
 
+    /// Calling convention used for Mesa shaders.
+    AMDGPU_SHADER = 87,
+
----------------
I was actually thinking of having one for each kind of shader 


http://reviews.llvm.org/D18559





More information about the llvm-commits mailing list