[PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 22 17:07:29 PDT 2016


We need tests to demonstrate that we pick correct function when we have mix
of HD+H/D in the overload set.
Existing tests only cover resolution of {HD,HD}, {H,H} {D,D} {H,D} sets

On Tue, Mar 22, 2016 at 4:59 PM, Justin Lebar <jlebar at google.com> wrote:

> jlebar added a comment.
>
> In http://reviews.llvm.org/D18380#381025, @tra wrote:
>
> > Now that H/D and HD cal all be in the same overload set, we'll also need
> additional tests in CodeGenCUDA/function-overload.cu for cases that now
> became legal.
>
>
> There are lots of tests that used to be compile errors and now aren't --
> what do you think we're missing?
>
>
> http://reviews.llvm.org/D18380
>
>
>
>


-- 
--Artem Belevich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160322/cec67460/attachment-0001.html>


More information about the cfe-commits mailing list