[Openmp-commits] [PATCH] D102955: [OpenMP] Fix crashing critical section with hint clause

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri May 21 16:22:40 PDT 2021


hbae created this revision.
hbae added reviewers: AndreyChurbanov, tlwilmar, jlpeyton, Nawrin.
hbae added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
hbae requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

Runtime was using the default lock type without using the hint.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102955

Files:
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/test/critical/omp_critical_with_hint.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102955.347148.patch
Type: text/x-patch
Size: 3680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210521/663bdc21/attachment.bin>


More information about the Openmp-commits mailing list