forked from OSchip/llvm-project
4f7b9eb217
Summary: Due to CUDA's implicit address space casting, the type of a static local variable may be more specific (i.e. with address space qualifiers) than the type expected by the constructor. Emit an addrspacecast in that case. Test Plan: Clang used to crash on the added test. Reviewers: nlewycky, pcc, eliben, rsmith Reviewed By: eliben, rsmith Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D8575 llvm-svn: 233208 |
||
---|---|---|
.. | ||
Inputs | ||
address-spaces.cu | ||
device-stub.cu | ||
filter-decl.cu | ||
host-device-calls-host.cu | ||
kernel-call.cu | ||
launch-bounds.cu | ||
llvm-used.cu | ||
ptx-kernels.cu |