This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Simplify YAMLProfileReader
ClosedPublic

Authored by Amir on Jul 22 2023, 11:02 PM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rGe8a75c3f6eca: [BOLT][NFC] Simplify YAMLProfileReader
Summary
  • Add FunctionSet type alias.
  • Use any_of
  • Use ErrorOr handling pattern

Diff Detail

Event Timeline

Amir created this revision.Jul 22 2023, 11:02 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Jul 22 2023, 11:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2023, 11:02 PM
maksfb accepted this revision.Jul 26 2023, 8:00 AM
This revision is now accepted and ready to land.Jul 26 2023, 8:00 AM
This revision was automatically updated to reflect the committed changes.