[PATCH] D17056: Mark all CUDA device-side function defs and decls as convergent.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 16:32:42 PST 2016


jlebar added a comment.

In http://reviews.llvm.org/D17056#355198, @jlebar wrote:

> Move code into SetLLVMFunctionAttributesForDefinition.


Actually, this doesn't work -- we don't annotate

  __host__ __device__ void baz();

as convergent.  (I ran the tests, but of course I didn't notice it failing...)


http://reviews.llvm.org/D17056





More information about the cfe-commits mailing list