This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][OMPT] Introduce guards to handle OMPT frame pointers
Needs ReviewPublic

Authored by protze.joachim on Nov 30 2020, 3:19 PM.

Details

Summary

Similar as with the return address guards, the goal of the guards is to implement a more robust control flow for setting and unsetting the frame pointer information.
Again, the added KMP_DEBUG_ASSERTS together with the overall OMPT test cases ensure consistent updates of the frame pointer.

The guards are not applicable for the if0 tasking functions and the serialized parallel because the runtime returns to the application in order to execute the task.

Diff Detail