This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Move out handleIndirectBranch
ClosedPublic

Authored by Amir on Aug 17 2022, 11:35 PM.

Details

Summary

Move the large lambda out of BinaryFunction::disassemble, reducing its size from
295 to 255 LoC.

Diff Detail

Event Timeline

Amir created this revision.Aug 17 2022, 11:35 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: ayermolo. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 3:38 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 23 2022, 5:36 PM
This revision was automatically updated to reflect the committed changes.