[PATCH] D38113: OpenCL: Assume functions are convergent

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 12:36:48 PDT 2017


arsenm closed this revision.
arsenm added a comment.

r315094



================
Comment at: test/CodeGenOpenCL/convergent.cl:130
+// CHECK: attributes #0 = { noinline norecurse nounwind "
+// CHECK: attributes #1 = { {{[^}]*}}convergent{{[^}]*}} }
+// CHECK: attributes #2 = { {{[^}]*}}convergent{{[^}]*}} }
----------------
Anastasia wrote:
> We won't have noduplicate any more?
noduplicate is problematic for the same reason that an unknown call could have noduplicate. We should probably just remove noduplicate entirely.


https://reviews.llvm.org/D38113





More information about the cfe-commits mailing list