]> granicus.if.org Git - clang/commit
[OpenCL] Emit function-scope variable in constant address space as static variable
authorYaxun Liu <Yaxun.Liu@amd.com>
Mon, 15 May 2017 14:47:47 +0000 (14:47 +0000)
committerYaxun Liu <Yaxun.Liu@amd.com>
Mon, 15 May 2017 14:47:47 +0000 (14:47 +0000)
commit6e34f0e735bc955840f3b90b53a7be1b64186f90
tree5a18ff414be58b04000f805d75f5c29613771a7e
parent96ab5e60807c5fd92e00c5ed8e9e268cb687f4fc
[OpenCL] Emit function-scope variable in constant address space as static variable

Differential Revision: https://reviews.llvm.org/D32977

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303072 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/CodeGen/CGDecl.cpp
lib/Sema/SemaDecl.cpp
test/CodeGenOpenCL/amdgpu-debug-info-pointer-address-space.cl
test/CodeGenOpenCL/amdgpu-debug-info-variable-expression.cl
test/CodeGenOpenCL/constant-addr-space-globals.cl
test/SemaOpenCL/storageclass.cl