Skip to content

Commit

Permalink
[HLSL] Fix broken spir-v test
Browse files Browse the repository at this point in the history
This fixes a test broken in 3d469c0.
fast-forwarded.
../clang/test/CodeGenHLSL/builtins/wave_get_lane_index_subcall.hlsl
  • Loading branch information
llvm-beanz committed Apr 2, 2024
1 parent c3e3d59 commit f119a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ uint test_1() {

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

0 comments on commit f119a4f

Please sign in to comment.