]> granicus.if.org Git - clang/commit
[OPENMP] Fix codegen for ordered loop directives.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 20 May 2015 13:12:48 +0000 (13:12 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 20 May 2015 13:12:48 +0000 (13:12 +0000)
commitf860d72ec36b6b7b36e6128297eb143090ca46a3
tree6153c499bb12bc95a6ff340ed1d196cf014831c1
parent1188a39d212fc2e0c0bc5f49c59c1dcee5a7d021
[OPENMP] Fix codegen for ordered loop directives.

loops with ordered clause must be generated the same way as dynamic loops, but with static scheduleing.

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