[all-commits] [llvm/llvm-project] 32ac9d: [Support] Remove findFirstSet and findLastSet

kazutakahirata via All-commits all-commits at lists.llvm.org
Thu Jan 26 12:30:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 32ac9db7a5c8b8b63f3f3cf1849ec752a679a797
      https://github.com/llvm/llvm-project/commit/32ac9db7a5c8b8b63f3f3cf1849ec752a679a797
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

  Changed paths:
    M llvm/include/llvm/Support/MathExtras.h
    M llvm/unittests/Support/MathExtrasTest.cpp

  Log Message:
  -----------
  [Support] Remove findFirstSet and findLastSet

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.

Differential Revision: https://reviews.llvm.org/D142603




More information about the All-commits mailing list