summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-151-2/+2
| | | | | | | The condition of the final clause must be captured in the combined task-based directives, like 'parallel master taskloop' directive. llvm-svn: 374942
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-141-2/+2
| | | | | | | The expression of the num_tasks clause must be captured in the combined task-based directives, like 'parallel master taskloop' directive. llvm-svn: 374819
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+83
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
OpenPOWER on IntegriCloud