[PATCH] D69938: [OpenCL] Use __generic addr space when generating internal representation of lambda
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 25 14:01:19 PST 2019
rjmccall added inline comments.
================
Comment at: clang/lib/Sema/SemaLambda.cpp:891
+ if (getLangOpts().OpenCL)
+ EPI.TypeQuals.addAddressSpace(LangAS::opencl_generic);
+
----------------
This should probably check that there isn't already an address space, right?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69938/new/
https://reviews.llvm.org/D69938
More information about the cfe-commits
mailing list