[PATCH] D27084: [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma

Kelvin Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 29 18:16:27 PST 2016


kkwli0 marked 2 inline comments as done.
kkwli0 added inline comments.


================
Comment at: test/OpenMP/nesting_of_regions.cpp:3326
   }
-#pragma omp ordered
   {
----------------
ABataev wrote:
> what about teams distribute parallel for simd inside the ordered directive? Why this one is removed?
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.


https://reviews.llvm.org/D27084





More information about the cfe-commits mailing list