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.
Paths
| Differential D142603
[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 I am not aware of any uses of findFirstSet and findLastSet in the
Diff Detail
Event TimelineThis 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 Closed by commit rG32ac9db7a5c8: [Support] Remove findFirstSet and findLastSet (authored by kazu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 492543 llvm/include/llvm/Support/MathExtras.h
llvm/unittests/Support/MathExtrasTest.cpp
|