[PATCH] D25343: [OpenCL] Mark group functions as convergent in opencl-c.h

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 10:30:28 PDT 2016


Anastasia accepted this revision.
Anastasia added a comment.

LGTM! Thanks! Could you please address the last comment before committing?



================
Comment at: test/CodeGenOpenCL/convergent.cl:54
+// CHECK: tail call spir_func void @f()
+// CHECK-NOT: call spir_func void @non_convfun()
+// CHECK-NOT: call spir_func void @g()
----------------
Did you mean to check @convfun() here?


https://reviews.llvm.org/D25343





More information about the cfe-commits mailing list