This is an archive of the discontinued LLVM Phabricator instance.

[Support] Remove countLeadingZeros, countPopulation, etc
ClosedPublic

Authored by kazu on Jun 23 2023, 11:02 PM.

Details

Summary

These functions have been deprecated since:

commit ec116ea684b43aadfdda03cea2c2a86423e3fc27
Author: Kazu Hirata <kazu@google.com>
Date:   Sun Feb 12 12:11:51 2023 -0800

Diff Detail

Event Timeline

kazu created this revision.Jun 23 2023, 11:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 11:02 PM
kazu requested review of this revision.Jun 23 2023, 11:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 11:02 PM
MaskRay accepted this revision.Jun 23 2023, 11:13 PM
This revision is now accepted and ready to land.Jun 23 2023, 11:13 PM
This revision was landed with ongoing or failed builds.Jun 24 2023, 12:00 AM
This revision was automatically updated to reflect the committed changes.

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp still references the function removed here.