This is an archive of the discontinued LLVM Phabricator instance.

OMPT event_barrier_end fix
ClosedPublic

Authored by tcramer on Jul 1 2015, 12:08 AM.

Details

Summary

The OMPT status is never equal to ompt_status_track. ompt_status_track = 0x2 and ompt_status_track_callback = 0x6 just share a bit, so that we can check for traceing and callbacks with the same status.

Diff Detail

Repository
rL LLVM

Event Timeline

tcramer updated this revision to Diff 28848.Jul 1 2015, 12:08 AM
tcramer retitled this revision from to OMPT event_barrier_end fix.
tcramer updated this object.
tcramer edited the test plan for this revision. (Show Details)
tcramer added a reviewer: omalyshe.
tcramer set the repository for this revision to rL LLVM.
tcramer added a subscriber: Unknown Object (MLST).
omalyshe accepted this revision.Jul 1 2015, 1:43 AM
omalyshe edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 1 2015, 1:43 AM
This revision was automatically updated to reflect the committed changes.