This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] added missing __ldg(const signed char *)
ClosedPublic

Authored by tra on Apr 18 2018, 11:29 AM.

Details

Summary

Until now we only had variants for 'char' and 'unsigned char'. In C++ 'char' 'unsigned char' and 'signed char' are three different types and we need overloads for all of them.

Diff Detail

Repository
rC Clang

Event Timeline

tra created this revision.Apr 18 2018, 11:29 AM
jlebar accepted this revision.Apr 18 2018, 11:35 AM
This revision is now accepted and ready to land.Apr 18 2018, 11:35 AM
This revision was automatically updated to reflect the committed changes.