[clang] [HLSL] Implement support for HLSL intrinsic - select (PR #107129)
Sarah Spall via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 3 14:14:17 PDT 2024
================
@@ -1545,6 +1605,30 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) {
break;
}
case Builtin::BI__builtin_hlsl_elementwise_saturate:
----------------
spall wrote:
No I did not; It is supposed to fall through to the next case, so I will reorder these.
https://github.com/llvm/llvm-project/pull/107129
More information about the cfe-commits
mailing list