This is an archive of the discontinued LLVM Phabricator instance.

[MemProf] Convert PGO raw profile to text format
ClosedPublic

Authored by tejohnson on Jul 27 2023, 10:30 AM.

Details

Summary

This avoids the need to regenerate the PGO raw profile on version
changes.

Diff Detail

Event Timeline

tejohnson created this revision.Jul 27 2023, 10:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 10:30 AM
Herald added subscribers: wlei, wenlei. · View Herald Transcript
tejohnson requested review of this revision.Jul 27 2023, 10:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 10:30 AM

Can you also update llvm/test/Transforms/PGOProfile/Inputs/update_memprof_inputs.sh which generates the profraw today?

Address comments

Can you also update llvm/test/Transforms/PGOProfile/Inputs/update_memprof_inputs.sh which generates the profraw today?

Done and confirmed it works as expected.

This revision is now accepted and ready to land.Jul 27 2023, 11:00 AM
This revision was landed with ongoing or failed builds.Jul 27 2023, 11:10 AM
This revision was automatically updated to reflect the committed changes.