[llvm] [DirectX][LongVec] Support large vector splitting for dot product (PR #216383)

Kaitlin Peng via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 12:59:16 PDT 2026


================
@@ -0,0 +1,37 @@
+; RUN: opt -S -dxil-intrinsic-expansion -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s --check-prefixes=CHECK,EXPCHECK
----------------
kmpeng wrote:

Would it be worthwhile to add a multiple of 4 case (e.g. `<8 x float>` -> `dot4` + `dot4`) to exercise the no tail `std::min(Remaining, 4u)` path?

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


More information about the llvm-commits mailing list