]> granicus.if.org Git - clang/commit
[OPENMP] Support lastprivate clause in omp simd directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 16 Jun 2015 13:14:42 +0000 (13:14 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 16 Jun 2015 13:14:42 +0000 (13:14 +0000)
commit5b8e5c34b956129af88ac412db8fc2d96882e7d1
tree6c81ae53db59d92dbeb0f8ae8af65849e14a7060
parent499fb197ab73886147ada30e26e5dcfc3a57eb5d
[OPENMP] Support lastprivate clause in omp simd directive.

Added codegen for lastprivate clauses within simd loop-based directives.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239813 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
test/OpenMP/simd_codegen.cpp