We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2619c commit 0b32642Copy full SHA for 0b32642
1 file changed
tools/clang/test/CodeGenDXIL/hlsl/linalg/mat-vec-mul.hlsl
@@ -39,7 +39,7 @@ export vector<float, 8> Test3(vector<uint8_t4_packed, 6> Input) {
39
Buf, 0, 6 * 4 * 8};
40
41
// clang-format off
42
- // CHECK: %{{.+}} = call <8 x float> @dx.op.matVecMul.v8f32.v6f32(i32 305, <6 x float> %{{.+}}, i1 false, i32 18, %dx.types.Handle %{{.+}}, i32 0, i32 19, i32 8, i32 24, i32 2, i1 false, i32 0, i1 false, i32 192)
+ // CHECK: %{{.+}} = call <8 x float> @dx.op.matVecMul.v8f32.v6f32(i32 305, <6 x float> %{{.+}}, i1 false, i32 18, %dx.types.Handle %{{.+}}, i32 0, i32 19, i32 8, i32 24, i32 0, i1 false, i32 192, i1 false)
43
// clang-format on
44
return Mul<float>(Matrix,
45
MakeInterpretedVector<DATA_TYPE_UINT8_T4_PACKED>(Input));
0 commit comments