This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Use llvm::less_first
ClosedPublic

Authored by Amir on Jun 20 2022, 11:33 PM.

Details

Summary

Follow the case of https://reviews.llvm.org/D126068 and simplify call sites
with llvm::less_first.

Diff Detail

Event Timeline

Amir created this revision.Jun 20 2022, 11:33 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 requested review of this revision.Jun 20 2022, 11:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 11:33 PM
This revision is now accepted and ready to land.Jun 21 2022, 4:59 PM
Amir updated this revision to Diff 439627.Jun 23 2022, 10:59 PM

Rebase + llvm::less_first

This revision was automatically updated to reflect the committed changes.