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 d9ff7c0 commit 440064bCopy full SHA for 440064b
clang/test/CodeGenOpenCL/convergent.cl
@@ -65,7 +65,7 @@ void test_merge_if(int a) {
65
// CHECK: br i1 %[[tobool]], label %[[if_end:.+]], label %[[if_then:.+]]
66
// CHECK: [[if_then]]:
67
// CHECK: tail call spir_func void @f()
68
-// CHECK-NOT: call spir_func void @non_convfun()
+// CHECK-NOT: call spir_func void @convfun()
69
// CHECK-NOT: call spir_func void @g()
70
// CHECK: br label %[[if_end]]
71
// CHECK: [[if_end]]:
0 commit comments