]> granicus.if.org Git - clang/commit
[OPENMP 4.5] Initial codegen for 'priority' clause in task-based
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 10 May 2016 12:21:02 +0000 (12:21 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 10 May 2016 12:21:02 +0000 (12:21 +0000)
commitcedf08d0fb6f2e87c8b6b94652ceab49907b3720
tree92928b80c8dd11e1756c27bf1b67d07d9165a5e2
parent1b44c52de64a95094f85abfa1e968b0132f4c568
[OPENMP 4.5] Initial codegen for 'priority' clause in task-based
directives.

OpenMP 4.5 supports clause 'priority' in task-based directives. Patch
adds initial codegen support for this clause in codegen.

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