]> granicus.if.org Git - clang/commit
[OPENMP] 'out' dependency for 'task' directives must be the same as 'inout'.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 23 Nov 2015 13:33:42 +0000 (13:33 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 23 Nov 2015 13:33:42 +0000 (13:33 +0000)
commitcf9fbd23358480884cdb0d8bebec1f93b087bd10
tree748760fc5334063c1fb13da34361dfb5e33a6a9a
parentff0edf539f8c06b772656777f951e2c81ed14d05
[OPENMP] 'out' dependency for 'task' directives must be the same as 'inout'.
Runtime library requires, that codegen for 'depend' clause for 'out' dependency kind must be the same as codegen for 'depend' clause with 'inout' dependency.

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