]> granicus.if.org Git - clang/commit
[OPENMP] Set scheduling for doacross loops as schedule, 1.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 18 Mar 2019 18:40:00 +0000 (18:40 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 18 Mar 2019 18:40:00 +0000 (18:40 +0000)
commit2bc6178db36348e53054ce2f5b7816da1bae580e
tree2973ebfa6cd516fae6faad9d5250bd00a1bab7f2
parentc6f3df06c9c5f1eac22de67db66e158f4fb472b4
[OPENMP] Set scheduling for doacross loops as schedule, 1.

The default scheduling for doacross loops is changed from static to
static, 1.

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