This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Use RTM lock for OMP lock with synchronization hint
ClosedPublic

Authored by hbae on Dec 3 2020, 3:44 PM.

Details

Summary

This patch introduces a new RTM lock type based on spin lock which is
used for OMP lock with speculative hint on supported architecture.

Diff Detail

Event Timeline

hbae created this revision.Dec 3 2020, 3:44 PM
hbae requested review of this revision.Dec 3 2020, 3:44 PM
This revision is now accepted and ready to land.Dec 9 2020, 5:49 AM
This revision was landed with ongoing or failed builds.Dec 9 2020, 5:15 PM
This revision was automatically updated to reflect the committed changes.