We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e3d59 commit f119a4fCopy full SHA for f119a4f
clang/test/CodeGenHLSL/builtins/wave_get_lane_index_subcall.hlsl
@@ -12,7 +12,7 @@ uint test_1() {
12
13
// CHECK: define spir_func noundef i32 @_Z6test_2v() [[A0]] {
14
// CHECK: %[[C2:[0-9]+]] = call token @llvm.experimental.convergence.entry()
15
-// CHECK: call spir_func noundef i32 @_Z6test_1v() [ "convergencectrl"(token %[[C2]]) ]
+// CHECK: call spir_func noundef i32 @_Z6test_1v() {{#[0-9]+}} [ "convergencectrl"(token %[[C2]]) ]
16
uint test_2() {
17
return test_1();
18
}
0 commit comments