Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP]Fix datasharing checks for if clause in parallel taskloop | Alexey Bataev | 2019-11-21 | 1 | -0/+10 |
| | | | | | | | | directives. If the default datasharing is set to none, the datasharing attributes for variables in the condition of the if clause for the inner taskloop directive must be verified. | ||||
* | [OPENMP50]Add support for 'parallel master taskloop' construct. | Alexey Bataev | 2019-10-14 | 1 | -0/+741 |
Added parsing/sema/codegen support for 'parallel master taskloop' constructs. Some of the clauses, like 'grainsize', 'num_tasks', 'final' and 'priority' are not supported in full, only constant expressions can be used currently in these clauses. llvm-svn: 374791 |