This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Remove is_splat
ClosedPublic

Authored by kuhar on Aug 21 2022, 1:07 PM.

Details

Summary

is_splat is superseded by all_equal and marked as deprecated.
See the discussion thread for more details:
https://discourse.llvm.org/t/adt-is-splat-and-empty-ranges/64692

Diff Detail

Event Timeline

kuhar created this revision.Aug 21 2022, 1:07 PM
Herald added a project: Restricted Project. · View Herald Transcript
kuhar requested review of this revision.Aug 21 2022, 1:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2022, 1:07 PM
dblaikie accepted this revision.Aug 21 2022, 2:17 PM

sounds good

This revision is now accepted and ready to land.Aug 21 2022, 2:17 PM
This revision was automatically updated to reflect the committed changes.