[Openmp-commits] [PATCH] D123046: [OpenMP] libomp: cleanup - remove duplicate check

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu May 5 09:01:54 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a64bed2160c: [OpenMP] libomp: cleanup - remove duplicate check (authored by AndreyChurbanov, committed by jlpeyton).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123046

Files:
  openmp/runtime/src/kmp_wait_release.h


Index: openmp/runtime/src/kmp_wait_release.h
===================================================================
--- openmp/runtime/src/kmp_wait_release.h
+++ openmp/runtime/src/kmp_wait_release.h
@@ -625,10 +625,6 @@
     if (!Sleepable)
       continue;
 
-    if (__kmp_dflt_blocktime == KMP_MAX_BLOCKTIME &&
-        __kmp_pause_status != kmp_soft_paused)
-      continue;
-
 #if KMP_HAVE_MWAIT || KMP_HAVE_UMWAIT
     if (__kmp_mwait_enabled || __kmp_umwait_enabled) {
       KF_TRACE(50, ("__kmp_wait_sleep: T#%d using monitor/mwait\n", th_gtid));


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123046.427350.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220505/bd83e422/attachment.bin>


More information about the Openmp-commits mailing list