This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Deprecate PowerOf2Floor and ByteSwap_{16,32,64}
ClosedPublic

Authored by kazu on Feb 12 2023, 2:14 PM.

Details

Summary

llvm/include/llvm/ADT/bit.h now has equivalent functions
forward-ported from C++20.

Diff Detail

Event Timeline

kazu created this revision.Feb 12 2023, 2:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2023, 2:14 PM
kazu requested review of this revision.Feb 12 2023, 2:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2023, 2:14 PM
MaskRay accepted this revision.Feb 12 2023, 8:59 PM
This revision is now accepted and ready to land.Feb 12 2023, 8:59 PM
This revision was automatically updated to reflect the committed changes.