summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/master_taskloop_simd_ast_print.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-1/+1
| | | | Added parsing/sema checks for conditional lastprivates.
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-2/+2
| | | | | Add basic support for parsing/sema analysis of the nontemporal clause in simd-based directives.
* [OPENMP50]Add support for if clause for simd part in master taskloop simd ↵Alexey Bataev2019-12-051-5/+16
| | | | | | | directive. According to OpenMP 5.0, the if clause can be applied to simd subdirective in the combined directives.
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+84
Added trsing/semantics/codegen for combined construct master taskloop simd. llvm-svn: 375255
OpenPOWER on IntegriCloud