This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Change hint parameter type for critical to uint32_t.
ClosedPublic

Authored by jlpeyton on Aug 24 2018, 2:30 PM.

Details

Summary

Add atomic hint flags to the enum.
The hint parameter type was changed to uint32_t in __kmpc_critical_with_hint()

Patch by Olga Malysheva

Diff Detail

Repository
rOMP OpenMP