summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/llvm-used.cu
Commit message (Collapse)AuthorAgeFilesLines
* When generating llvm.used, we may need an addrspacecast instead of a bitcast.Justin Holewinski2015-02-021-0/+8
Summary: This is especially important for targets that use multiple address spaces, and commonly place global variables in address spaces other than zero. Fixes PR22383 Test Plan: New test case added: llvm-used.cu Reviewers: jingyue Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D7345 llvm-svn: 227861
OpenPOWER on IntegriCloud