[openmp] Fixed taskloop recursive splitting so that taskloop tasks have
authorAndreyChurbanov <andrey.churbanov@intel.com>
Mon, 1 Jun 2020 14:51:02 +0000 (17:51 +0300)
committerAndreyChurbanov <andrey.churbanov@intel.com>
Mon, 1 Jun 2020 14:51:02 +0000 (17:51 +0300)
commit5e111c5df8efde39c62d5e6906f590311782e30b
tree4395f1ff74a24f8f4423d3b5577640557da95720
parent522934da1f0c78c1de1a80d4ba14204a11f5afa8
[openmp] Fixed taskloop recursive splitting so that taskloop tasks have
same parent tasks.

Differential Revision: https://reviews.llvm.org/D80577
openmp/runtime/src/kmp_tasking.cpp
openmp/runtime/test/tasking/omp_taskloop_taskwait.c [new file with mode: 0644]