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.
2 parents ae1f9df + 440064b commit b76e32bCopy full SHA for b76e32b
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