This is an archive of the discontinued LLVM Phabricator instance.

[Support] Remove findFirstSet and findLastSet
ClosedPublic

Authored by kazu on Jan 25 2023, 10:26 PM.

Details

Summary

This patch removes findFirstSet and findLastSet as there are no uses
left in LLVM.

I am not aware of any uses of findFirstSet and findLastSet in the
open-source world outside LLVM, so I am skipping the deprecation step.

Diff Detail

Event Timeline

kazu created this revision.Jan 25 2023, 10:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 10:26 PM
kazu requested review of this revision.Jan 25 2023, 10:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 10:26 PM
This revision is now accepted and ready to land.Jan 26 2023, 9:59 AM
This revision was landed with ongoing or failed builds.Jan 26 2023, 12:29 PM
This revision was automatically updated to reflect the committed changes.