[PATCH] D28538: [CodeGen] [CUDA] Add the ability set default attrs on functions in linked modules.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 22:45:11 PST 2017


mehdi_amini added a comment.

In https://reviews.llvm.org/D28538#646299, @jlebar wrote:

> > Test?
>
> Yeah, initially I didn't think it was simple, but I have an idea.  I will look into it...


I thought a simple "fake" runtime which is a single IR function that you link in and check that the emitted IR has the attributes added?


https://reviews.llvm.org/D28538





More information about the llvm-commits mailing list