This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Add skip-non-simple for boltdiff
ClosedPublic

Authored by Amir on May 25 2023, 3:37 PM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rGc03e6511cf58: [BOLT] Add skip-non-simple for boltdiff
Summary

Extra filtering for boltdiff, excluding non-simple functions from comparison.

Diff Detail

Event Timeline

Amir created this revision.May 25 2023, 3:37 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 25 2023, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 3:37 PM
Amir updated this revision to Diff 526275.May 27 2023, 10:29 AM

Filter non-simple funcs in BB and edge differences

maksfb accepted this revision.May 30 2023, 2:33 PM

LGTM

bolt/lib/Rewrite/BoltDiff.cpp
86–89

Make it cl::ReallyHidden?

This revision is now accepted and ready to land.May 30 2023, 2:33 PM
Amir updated this revision to Diff 526805.May 30 2023, 2:51 PM

ReallyHidden and clang-format

Amir marked an inline comment as done.May 30 2023, 2:51 PM
This revision was automatically updated to reflect the committed changes.