[PATCH] D15125: [OPENMP] 'omp distribute' directive basic support.

Carlo Bertolli via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 4 20:44:43 PST 2015


carlo.bertolli added inline comments.

================
Comment at: lib/Basic/OpenMPKinds.cpp:460
@@ -449,4 +459,3 @@
          DKind == OMPD_single || DKind == OMPD_parallel_for ||
-         DKind == OMPD_parallel_for_simd ||
-         DKind == OMPD_parallel_sections; // TODO add next directives.
+         DKind == OMPD_parallel_for_simd || DKind == OMPD_parallel_sections; // TODO add next directives.
 }
----------------
ABataev wrote:
> Revert these changes back
This changed due to taskloop. I have added distribute after taskloop and placed the comment in the same way as is in the current trunk for taskloop.


Repository:
  rL LLVM

http://reviews.llvm.org/D15125





More information about the cfe-commits mailing list