This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Remove unnecessary diagnostics
ClosedPublic

Authored by maksfb on Jun 20 2023, 3:53 PM.

Details

Summary

When optimizations passes do not change anything, skip their diagnostics
output. NFC otherwise.

Diff Detail

Event Timeline

maksfb created this revision.Jun 20 2023, 3:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2023, 3:53 PM
Herald added a subscriber: treapster. · View Herald Transcript
maksfb requested review of this revision.Jun 20 2023, 3:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2023, 3:53 PM
Amir accepted this revision.Jun 20 2023, 5:15 PM
This revision is now accepted and ready to land.Jun 20 2023, 5:15 PM
This revision was automatically updated to reflect the committed changes.