This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Use std::optional for findAttributeInfo
ClosedPublic

Authored by Amir on Dec 3 2022, 11:19 AM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rG370e4761bcd5: [BOLT][NFC] Use std::optional for findAttributeInfo
Summary

Diff Detail

Event Timeline

Amir created this revision.Dec 3 2022, 11:19 AM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Dec 3 2022, 11:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2022, 11:19 AM

Is LLVM switching from ADT's Optional<> to std::optional<>? Could you include a link to any relevant discussion?

Amir edited the summary of this revision. (Show Details)Dec 6 2022, 1:26 PM

Is LLVM switching from ADT's Optional<> to std::optional<>? Could you include a link to any relevant discussion?

Yes, added a link to discourse thread. It looks like the migration is in full swing, with many commits over the past 2 weeks
(that overwhelm our buildbots)

maksfb accepted this revision.Dec 6 2022, 2:03 PM

LGTM

This revision is now accepted and ready to land.Dec 6 2022, 2:03 PM
This revision was landed with ongoing or failed builds.Dec 6 2022, 2:51 PM
This revision was automatically updated to reflect the committed changes.