This patch is to add sema and parsing support for 'teams distribute parallel for simd' pragma.
Details
Details
- Reviewers
arpith-jacob sfantao carlo.bertolli ABataev mikerice hfinkel - Commits
- rG579e41ced22f: [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
rC288294: [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
rL288294: [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Diff Detail
Diff Detail
Event Timeline
test/OpenMP/nesting_of_regions.cpp | ||
---|---|---|
3326 | This is a typo (likely due to copy and paste error), it should be atomic as this section is to test constructs nested inside an atomic construct. The testing of constructs nested inside an ordered construct is in line 2910-3149. |
I think this new directive must be considered as a worksharing directive also.