[PATCH] D54258: [Clang] Fix pretty printing of CUDA address spaces
Richard Membarth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 9 06:32:47 PST 2018
richardmembarth added a comment.
Same problem here: The CUDA memory space specifiers are represented via attributes, e.g. `CUDASharedAttr` and only converted in CodeGen to `LangAS::cuda_shared`.
We would need a different frontend that annotates `LangAS::cuda_shared`.
Repository:
rC Clang
https://reviews.llvm.org/D54258
More information about the cfe-commits
mailing list