[PATCH] D33706: [AMDGPU] Fix address space for global and temporary variables in C++

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 11:44:11 PDT 2017


yaxunl updated this revision to Diff 100899.
yaxunl marked an inline comment as done.
yaxunl added a comment.

Remove redundant code.


https://reviews.llvm.org/D33706

Files:
  lib/Basic/Targets.cpp
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CGDecl.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/TargetInfo.cpp
  test/CodeGen/address-space.c
  test/CodeGen/default-address-space.c
  test/CodeGenCXX/amdgcn-automatic-variable.cpp
  test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33706.100899.patch
Type: text/x-patch
Size: 40520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170531/3249ca49/attachment-0001.bin>


More information about the cfe-commits mailing list