This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] libomp: add UNLIKELY hints to rarely executed branches
ClosedPublic

Authored by AndreyChurbanov on Nov 30 2020, 6:55 AM.

Details

Summary

Added UNLIKELY hint to one-time or rarely executed branches.
This improves performance of the library on some tasking benchmarks.

Diff Detail