[all-commits] [llvm/llvm-project] 5357a9: [OpenMP] libomp: Usage of TASK_TIED constant insid...
Vladimir Inđić via All-commits
all-commits at lists.llvm.org
Mon Sep 27 09:46:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5357a98c823a5262814e269db265b5d8e1f2c4f2
https://github.com/llvm/llvm-project/commit/5357a98c823a5262814e269db265b5d8e1f2c4f2
Author: @vladaindjic <vladaindjic at uns.ac.rs>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M openmp/runtime/src/kmp_gsupport.cpp
Log Message:
-----------
[OpenMP] libomp: Usage of TASK_TIED constant inside kmp_gsupport.cpp
The minor code refactorization introduces the TASK_TIED constant inside
kmp_gsupprot.cpp as a replacement for the literal value 1.
The mentioned constant is now used in both kmp_tasking.cpp and
kmp_gsupport.cpp files.
Differential Revision: https://reviews.llvm.org/D110441
More information about the All-commits
mailing list