This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Remove redundant dumps in AsmDump
ClosedPublic

Authored by Amir on May 3 2023, 4:42 PM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rGf7643f8da3fb: [BOLT] Remove redundant dumps in AsmDump
Summary

Dumping jump table and tail call fdata is covered by subsequent iteration over
successors.

Diff Detail

Event Timeline

Amir created this revision.May 3 2023, 4:42 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.May 3 2023, 4:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 4:42 PM
hzq added a subscriber: hzq.May 3 2023, 11:20 PM
maksfb accepted this revision.May 3 2023, 11:36 PM

LGTM

This revision is now accepted and ready to land.May 3 2023, 11:36 PM
This revision was automatically updated to reflect the committed changes.