]> granicus.if.org Git - clang/commit
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)
commit16883e780e65fdd14b0e7e4e37eeea14836f9f3f
tree27adac4b326f8f701802c6e36b9db9797cb7e97f
parent43c18a35f90d4b6d2a116b2eb683526d31b1755c
Support ‘omp for’ with static chunked schedule kind.

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

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