================
@@ -3507,6 +3507,11 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned 
BuiltinID, CallExpr *TheCall) {
       return true;
     break;
   }
+  case Builtin::BI__builtin_hlsl_wave_active_ballot: {
+    if (SemaRef.checkArgCount(TheCall, 1))
+      return true;
+    break;
+  }
----------------
bob80905 wrote:

I presume this comment is resolved with the latest commit specifying the return 
type in Builtins.td.
I think I was running into trouble when it was specified, but we'll see if that 
vanishes.

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

Reply via email to