================
@@ -323,6 +323,7 @@ constexpr bool isCallableCC(CallingConv::ID CC) {
   case CallingConv::AMDGPU_PS:
   case CallingConv::AMDGPU_VS:
   case CallingConv::SPIR_KERNEL:
+  case CallingConv::PTX_Kernel:
----------------
arsenm wrote:

This is a separate change (which should also get a new verifier test). I'm also 
surprised this is broken because ptx_kernel was specifically introduced not 
that long ago to disallow calls 

https://github.com/llvm/llvm-project/pull/188872
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to