This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][NFCI] Pipe the IdentTy object through more new RT functions
ClosedPublic

Authored by jdoerfert on Oct 25 2021, 3:00 PM.

Details

Summary

IdentTy objects are useful for debugging and profiling so we want to
keep them around in more places, especially those that have a large
impact on performance, e.g., everything related to state.

Diff Detail

Event Timeline

jdoerfert created this revision.Oct 25 2021, 3:00 PM
jdoerfert requested review of this revision.Oct 25 2021, 3:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2021, 3:00 PM
Herald added a subscriber: sstefan1. · View Herald Transcript
This revision is now accepted and ready to land.Oct 27 2021, 3:12 PM
jhuber6 added inline comments.Jan 27 2022, 12:36 PM
openmp/libomptarget/DeviceRTL/include/State.h
49

Is this supposed to be "Date"?

This revision was landed with ongoing or failed builds.Jan 27 2022, 12:37 PM
This revision was automatically updated to reflect the committed changes.