[PATCH] D75384: OpenMP for loop fusion

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 14:56:54 PDT 2020


jdoerfert added a comment.

Can you please diff this against the master branch (any commit). You updated it with a single commit against the old version of this patch. You should probably just merge all you have into a single commit for now.



================
Comment at: openmp/runtime/src/kmp_sched.cpp:568
     KMP_DEBUG_ASSERT(trip_count);
+    errs() << trip_count <<"[][]\n";
     switch (schedule) {
----------------
leftover


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75384/new/

https://reviews.llvm.org/D75384





More information about the llvm-commits mailing list