This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][GNU] Usage of TASK_TIED constant inside kmp_gsupport.cpp
ClosedPublic

Authored by vladaindjic on Sep 24 2021, 12:43 PM.

Details

Summary

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.

Diff Detail

Event Timeline

vladaindjic created this revision.Sep 24 2021, 12:43 PM
vladaindjic requested review of this revision.Sep 24 2021, 12:43 PM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Sep 24 2021, 12:55 PM
vladaindjic added a comment.EditedSep 27 2021, 6:09 AM

@AndreyChurbanov, could you please land this patch for me?