Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP50]Add support for if clause for simd part in master taskloop simd ↵ | Alexey Bataev | 2019-12-05 | 1 | -12/+26 |
| | | | | | | | 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 Bataev | 2019-10-18 | 1 | -0/+239 |
Added trsing/semantics/codegen for combined construct master taskloop simd. llvm-svn: 375255 |