Skip to content

Commit 0b32642

Browse files
committed
update check line
1 parent 3e2619c commit 0b32642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/test/CodeGenDXIL/hlsl/linalg/mat-vec-mul.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export vector<float, 8> Test3(vector<uint8_t4_packed, 6> Input) {
3939
Buf, 0, 6 * 4 * 8};
4040

4141
// 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)
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 0, i1 false, i32 192, i1 false)
4343
// clang-format on
4444
return Mul<float>(Matrix,
4545
MakeInterpretedVector<DATA_TYPE_UINT8_T4_PACKED>(Input));

0 commit comments

Comments
 (0)