Skip to content

Commit f119a4f

Browse files
committed
[HLSL] Fix broken spir-v test
This fixes a test broken in 3d469c0. fast-forwarded. ../clang/test/CodeGenHLSL/builtins/wave_get_lane_index_subcall.hlsl
1 parent c3e3d59 commit f119a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenHLSL/builtins/wave_get_lane_index_subcall.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ uint test_1() {
1212

1313
// CHECK: define spir_func noundef i32 @_Z6test_2v() [[A0]] {
1414
// CHECK: %[[C2:[0-9]+]] = call token @llvm.experimental.convergence.entry()
15-
// CHECK: call spir_func noundef i32 @_Z6test_1v() [ "convergencectrl"(token %[[C2]]) ]
15+
// CHECK: call spir_func noundef i32 @_Z6test_1v() {{#[0-9]+}} [ "convergencectrl"(token %[[C2]]) ]
1616
uint test_2() {
1717
return test_1();
1818
}

0 commit comments

Comments
 (0)