[PATCH] [OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
a.bataev at hotmail.com
Fri May 8 00:17:02 PDT 2015
Also do not capture local variables in outer regions if it is marked as private in inner OpenMP region, capture it only in this OpenMP region.
http://reviews.llvm.org/D9550
Files:
include/clang/Sema/Sema.h
lib/CodeGen/CGStmt.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOpenMP.cpp
test/OpenMP/parallel_private_codegen.cpp
test/OpenMP/task_private_codegen.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9550.25287.patch
Type: text/x-patch
Size: 9902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150508/8a4c6161/attachment.bin>
More information about the cfe-commits
mailing list