| commit | 26b2577f6b7d69df5524e0f2c3c23c0ef220d46c | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Tue Apr 19 09:10:27 2016 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Tue Apr 19 09:10:27 2016 +0000 |
| tree | 4ac0285b7f9b3b6311d27daba010aa35139d04e8 | |
| parent | 4519ff73dfadd2923e6231a328f61653695fbbcf [diff] |
[OPENMP] Codegen for untied tasks. If the untied clause is present on a task construct, any thread in the team can resume the task region after a suspension. Patch adds proper codegen for untied tasks. llvm-svn: 266722