This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Move out handleExternalReference
ClosedPublic

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

Details

Summary

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

Diff Detail

Event Timeline

Amir created this revision.Aug 17 2022, 11:30 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
Amir published this revision for review.Aug 23 2022, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 3:37 PM
This revision is now accepted and ready to land.Aug 23 2022, 3:58 PM
This revision was automatically updated to reflect the committed changes.