[clang] [llvm] [HLSL] Implement dot2add intrinsic (PR #131237)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 21 17:36:03 PDT 2025


================
@@ -4894,7 +4894,7 @@ def HLSLDotProduct : LangBuiltin<"HLSL_LANG"> {
 def HLSLDot2Add : LangBuiltin<"HLSL_LANG"> {
   let Spellings = ["__builtin_hlsl_dot2add"];
   let Attributes = [NoThrow, Const, CustomTypeChecking];
----------------
farzonl wrote:

now that you defined the types you don't need `CustomTypeChecking`.

https://github.com/llvm/llvm-project/pull/131237


More information about the llvm-commits mailing list