Skip to content

Commit bd846ed

Browse files
committed
Fix tests
1 parent 1c2da4b commit bd846ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/clang/test/CodeGenDXIL/hlsl/linalg/builtins/convert

tools/clang/test/CodeGenDXIL/hlsl/linalg/builtins/convert/nominal.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void main() {
1111
// CHECK-SAME: ; LinAlgConvert(inputVector,inputInterpretation,outputInterpretation)
1212

1313
// CHECK2: call void @"dx.hl.op..void (i32, <4 x i32>*, <4 x float>, i32, i32)"
14-
// CHECK2-SAME: (i32 422, <4 x i32>* %result, <4 x float> %2, i32 1, i32 2)
14+
// CHECK2-SAME: (i32 422, <4 x i32>* %result, <4 x float> %{{.*}}, i32 1, i32 2)
1515
float4 vec = {9.0, 8.0, 7.0, 6.0};
1616
int4 result;
1717
__builtin_LinAlg_Convert(result, vec, 1, 2);

0 commit comments

Comments
 (0)