[clang] [HLSL][LongVec] enable dot product in the frontend (PR #216418)

Alex Sepkowski via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 14 16:51:07 PDT 2026


================
@@ -33,6 +33,10 @@ int test_dot_int3(int3 p0, int3 p1) { return dot(p0, p1); }
 // CHECK: ret i32 %hlsl.dot
----------------
alsepkow wrote:

Does it not make sense to add test cases for 16bit and 64bit cases right now?

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


More information about the cfe-commits mailing list