summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-09-29 03:48:57 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-09-29 03:48:57 +0000
commit5f600d6a49e46762d44c24ef7fb96c7cddb19276 (patch)
treeeddfbd6043df5622a8a6333948390490be8710f2 /clang/lib/Serialization/ASTWriterDecl.cpp
parent0c12a3949eef1fde1c6118780fe4a1287711a419 (diff)
downloadbcm5719-llvm-5f600d6a49e46762d44c24ef7fb96c7cddb19276.tar.gz
bcm5719-llvm-5f600d6a49e46762d44c24ef7fb96c7cddb19276.zip
[OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered’ directive.
Description. If the simd clause is specified, the ordered regions encountered by any thread will use only a single SIMD lane to execute the ordered regions in the order of the loop iterations. Restrictions. An ordered construct with the simd clause is the only OpenMP construct that can appear in the simd region. An ordered directive with ‘simd’ clause is generated as an outlined function and corresponding function call to prevent this part of code from vectorization later in backend. llvm-svn: 248772
Diffstat (limited to 'clang/lib/Serialization/ASTWriterDecl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud