[PATCH] D38113: OpenCL: Assume functions are convergent

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 22 04:29:54 PDT 2017


Anastasia added inline comments.


================
Comment at: test/CodeGenOpenCL/convergent.cl:130
+// CHECK: attributes #0 = { noinline norecurse nounwind "
+// CHECK: attributes #1 = { {{[^}]*}}convergent{{[^}]*}} }
+// CHECK: attributes #2 = { {{[^}]*}}convergent{{[^}]*}} }
----------------
We won't have noduplicate any more?


https://reviews.llvm.org/D38113





More information about the cfe-commits mailing list