================ @@ -4518,6 +4518,12 @@ def HLSLCreateHandle : LangBuiltin<"HLSL_LANG"> { let Prototype = "void*(unsigned char)"; } +def HLSLDotProduct : LangBuiltin<"HLSL_LANG"> { + let Spellings = ["__builtin_hlsl_dot"]; + let Attributes = [NoThrow, Const, CustomTypeChecking]; ---------------- llvm-beanz wrote:
The overload resolution issues you're hitting are currently expected. PR #71098, implements handling for the vector element conversions, although there are still some issues lingering around HLSL's rules for promotions and conversions (https://github.com/llvm/llvm-project/issues/81047 & https://github.com/llvm/llvm-project/issues/81049). https://github.com/llvm/llvm-project/pull/81190 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits