[Openmp-commits] [PATCH] D87271: [OpenMP] Fix if0 task with dependencies

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 8 08:04:52 PDT 2020


jdoerfert added inline comments.


================
Comment at: openmp/runtime/src/kmp_gsupport.cpp:1244
+      __kmpc_omp_wait_deps(&loc, gtid, ndeps, dep_list, 0, NULL);
+    }
 
----------------
could we have something other than `8` in the condition? Is there an enum value or can we create at least a local variable with the value?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87271



More information about the Openmp-commits mailing list