[PATCH] D150718: [CUDA] Relax restrictions on GPU-side variadic functions
Justin Lebar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 23:11:46 PDT 2023
jlebar added a comment.
This seems a little dangerous -- we're saying the frontend will accept this but we can't generate code for it? What happens if we try to generate code? Do we get some sort of error, or do we silently fail?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150718/new/
https://reviews.llvm.org/D150718
More information about the cfe-commits
mailing list