================ @@ -1544,6 +1604,30 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) { return true; break; } + case Builtin::BI__builtin_hlsl_select: { ---------------- damyanp wrote:
This implementation has quite a different shape to the other builtins in this function. I'm trying to figure out if there's something special about `select` that makes this necessary, or if this validation can be expressed using the existing CheckXXX functions in here. https://github.com/llvm/llvm-project/pull/107129 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits