This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Fix getDynoStats to handle BCs with no functions
ClosedPublic

Authored by Amir on Feb 28 2022, 9:11 PM.

Diff Detail

Event Timeline

Amir created this revision.Feb 28 2022, 9:11 PM
Amir requested review of this revision.Feb 28 2022, 9:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2022, 9:11 PM
yota9 accepted this revision.Mar 2 2022, 3:11 PM

LGTM

This revision is now accepted and ready to land.Mar 2 2022, 3:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 3:11 PM
Amir updated this revision to Diff 413277.Mar 6 2022, 12:07 AM

Pass bool instead of BC to getDynoStats, replace binary test with a unit test

Amir edited the summary of this revision. (Show Details)Mar 8 2022, 1:13 PM
Amir updated this revision to Diff 413924.Mar 8 2022, 1:15 PM

clang-format

Amir requested review of this revision.Mar 8 2022, 1:16 PM
Amir retitled this revision from [BOLT][NFC] Fix getDynoStats to handle BCs with no functions to [BOLT] Fix getDynoStats to handle BCs with no functions.Jun 30 2022, 1:14 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 30 2022, 1:18 AM
This revision was automatically updated to reflect the committed changes.