[PATCH] D25343: [OpenCL] Mark group functions as convergent in opencl-c.h
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 11:11:58 PDT 2016
yaxunl added inline comments.
================
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()
----------------
Anastasia wrote:
> Did you mean to check @convfun() here?
Yes. Will fix it when committing.
https://reviews.llvm.org/D25343
More information about the cfe-commits
mailing list