[PATCH] D142603: [Support] Remove findFirstSet and findLastSet

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 22:26:27 PST 2023


kazu created this revision.
Herald added a project: All.
kazu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142603

Files:
  llvm/include/llvm/Support/MathExtras.h
  llvm/unittests/Support/MathExtrasTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142603.492336.patch
Type: text/x-patch
Size: 3406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230126/96f37da6/attachment.bin>


More information about the llvm-commits mailing list