Support ‘omp for’ with static chunked schedule kind.
authorAlexander Musman <alexander.musman@gmail.com>
Thu, 22 Jan 2015 08:49:35 +0000 (08:49 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Thu, 22 Jan 2015 08:49:35 +0000 (08:49 +0000)
commitdf7a8e2bc80d15de84f3be277ff3df25769ab84b
tree477e341acdd0356ec210998413b79c032e6429bf
parent3f68fae900fe9659085d9385210bbd588e54d03e
Support ‘omp for’ with static chunked schedule kind.

Differential Revision: http://reviews.llvm.org/D7006

llvm-svn: 226795
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/test/OpenMP/for_codegen.cpp