This is an archive of the discontinued LLVM Phabricator instance.

[OMPT] Frame information for openmp taskwait
ClosedPublic

Authored by protze.joachim on Feb 11 2016, 9:04 AM.

Details

Summary

For pragma openmp taskwait the runtime is called from the task context. Therefore, the reentry frame information should be updated.
The information should be available for both taskwait event calls; therefore, set before the first event and reset after the last event.

Diff Detail

Event Timeline

protze.joachim retitled this revision from to [OMPT] Frame information for openmp taskwait.
protze.joachim updated this object.
protze.joachim added a subscriber: openmp-commits.
Hahnfeld accepted this revision.Feb 12 2016, 4:21 AM
Hahnfeld edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 12 2016, 4:21 AM
This revision was automatically updated to reflect the committed changes.