| commit | ec7946ea2d72b74d1a74bfea716a4638d5ba34d7 | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Mon Sep 23 14:06:51 2019 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Mon Sep 23 14:06:51 2019 +0000 |
| tree | 2103499d5ae07d2ba1cb3f4e3b6099ed2ee9df5c | |
| parent | c45fe95e97215171aa76c3c9ef55b0984d56e7a5 [diff] |
[OPENMP]Call __kmpc_push_tripcount in task context. Runtime function __kmpc_push_tripcount better to call inside of the task context for target regions. Otherwise, the libomptarget is unable to link the provided tripcount value for nowait target regions and completely looses this information. llvm-svn: 372609