summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_master_taskloop_simd_loop_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP]Fix datasharing checks for if clause in parallel taskloopAlexey Bataev2019-11-211-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 simd directive.Alexey Bataev2019-10-301-0/+736
Added full support for parallel master taskloop simd directive.
OpenPOWER on IntegriCloud