This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFCI] Move ProbeDecoder to PseudoProbeRewriter
ClosedPublic

Authored by maksfb on Jun 28 2023, 5:08 PM.

Details

Summary

ProbeDecoder is used only by PseudoProbeRewriter. Move it out of the
BinaryContext.

Depends on D154022

Diff Detail

Event Timeline

maksfb created this revision.Jun 28 2023, 5:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 5:09 PM
maksfb requested review of this revision.Jun 28 2023, 5:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 5:09 PM
Amir accepted this revision.Jul 6 2023, 10:31 AM

Accepting but could be folded into the previous diff?

This revision is now accepted and ready to land.Jul 6 2023, 10:31 AM

Sounds good. This diff used to be larger, but then parts of it got merged into the previous one. At this point it's easier just to merge the two.

maksfb closed this revision.Jul 6 2023, 11:24 AM

Committed in D154022.