[PATCH] D56066: [OpenCL] Address space for default class members

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 11 05:54:25 PST 2019


Anastasia updated this revision to Diff 181256.
Anastasia added a comment.

- Set correctly value kind of address space conversion after materializing the temporary
- Removed changes in various places including CodeGen for address space conversion that became unnecessary after the AST is generated correctly.
- Updated tests to check for the right IR and also not to use hard-coded registers.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56066/new/

https://reviews.llvm.org/D56066

Files:
  include/clang/Sema/Sema.h
  lib/AST/Expr.cpp
  lib/CodeGen/CGCall.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaDeclCXX.cpp
  lib/Sema/SemaInit.cpp
  lib/Sema/SemaType.cpp
  test/CodeGenOpenCLCXX/addrspace-of-this.cl
  test/SemaOpenCLCXX/address-space-templates.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56066.181256.patch
Type: text/x-patch
Size: 23752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190111/e16bcb29/attachment-0001.bin>


More information about the cfe-commits mailing list