kkwli0 marked an inline comment as done.
kkwli0 added inline comments.

================
Comment at: lib/Basic/OpenMPKinds.cpp:757
          Kind == OMPD_distribute_parallel_for_simd ||
          Kind == OMPD_distribute_simd;
   // TODO add next directives.
----------------
ABataev wrote:
> Should it be added here along with OMPD_teams_distribute_parallel_for_simd? 
The isOpenMPNestingDistributeDirective is for the construct that has distribute 
be the outermost (e.g. distribute *) so that it can be checked against the 
nesting region whether it is teams or not.  I do not think it is necessary to 
add it here.


https://reviews.llvm.org/D27345



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to