This is an archive of the discontinued LLVM Phabricator instance.

[InstrProf][Correlator] Do not compress names when reading debug info
ClosedPublic

Authored by ellis on Jan 25 2022, 12:31 PM.

Details

Summary

There is no need to compress the names string when correlating with
debug info since InstrProfReader will immediately uncompress it anyway.
This also removes the dependency on zlib in this case.

Diff Detail

Event Timeline

ellis created this revision.Jan 25 2022, 12:31 PM
ellis published this revision for review.Jan 25 2022, 12:32 PM
ellis added a reviewer: kyulee.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 25 2022, 12:32 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
kyulee accepted this revision.Jan 25 2022, 12:44 PM
This revision is now accepted and ready to land.Jan 25 2022, 12:44 PM
This revision was landed with ongoing or failed builds.Jan 25 2022, 12:52 PM
This revision was automatically updated to reflect the committed changes.