[all-commits] [llvm/llvm-project] 95cefa: [OpenMP] Fix crashing critical section with hint c...

Hansang Bae via All-commits all-commits at lists.llvm.org
Mon May 24 15:26:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95cefacfe1c1fe920f22b749f17f630925bd6094
      https://github.com/llvm/llvm-project/commit/95cefacfe1c1fe920f22b749f17f630925bd6094
  Author: Hansang Bae <hansang.bae at intel.com>
  Date:   2021-05-24 (Mon, 24 May 2021)

  Changed paths:
    M openmp/runtime/src/kmp_csupport.cpp
    A openmp/runtime/test/critical/omp_critical_with_hint.c

  Log Message:
  -----------
  [OpenMP] Fix crashing critical section with hint clause

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

Differential Revision: https://reviews.llvm.org/D102955




More information about the All-commits mailing list