[PATCH] D47845: [CUDA] Removed unused __nvvm_* builtins with non-generic pointers.

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 6 13:31:04 PDT 2018


tra created this revision.
tra added reviewers: jlebar, arsenm.
Herald added subscribers: bixia, wdng, sanjoy, jholewinski.

They were hot even hooked into CGBuiltin's machinery. Even if they were,
CUDA does not support AS-specific pointers, so there would be no legal way
no way to call these builtins.

This came up in https://reviews.llvm.org/D47154.


https://reviews.llvm.org/D47845

Files:
  clang/include/clang/Basic/BuiltinsNVPTX.def

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47845.150194.patch
Type: text/x-patch
Size: 10494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180606/04ab5653/attachment-0001.bin>


More information about the cfe-commits mailing list