[all-commits] [llvm/llvm-project] 1df6e5: [OpenMP] libomp minor cleanup

Andrey Churbanov via All-commits all-commits at lists.llvm.org
Thu Feb 25 13:45:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1df6e58e55a33991054f4041d87200bf1b217197
      https://github.com/llvm/llvm-project/commit/1df6e58e55a33991054f4041d87200bf1b217197
  Author: AndreyChurbanov <andrey.churbanov at intel.com>
  Date:   2021-02-26 (Fri, 26 Feb 2021)

  Changed paths:
    M openmp/runtime/src/kmp_affinity.cpp
    M openmp/runtime/src/kmp_runtime.cpp
    M openmp/runtime/src/kmp_taskdeps.h

  Log Message:
  -----------
  [OpenMP] libomp minor cleanup

Cleanup changes:
- check value read from file;
- remove dead code;
- make unsigned variable to read hexadecimal number to;
- add debug assertion to check ref count.

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




More information about the All-commits mailing list