[all-commits] [llvm/llvm-project] ec116e: [llvm] Deprecate llvm::count{Leading, Trailing}{Zer...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Feb 12 12:12:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec116ea684b43aadfdda03cea2c2a86423e3fc27
      https://github.com/llvm/llvm-project/commit/ec116ea684b43aadfdda03cea2c2a86423e3fc27
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-02-12 (Sun, 12 Feb 2023)

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

  Log Message:
  -----------
  [llvm] Deprecate llvm::count{Leading,Trailing}{Zeros,Ones} and llvm::countPopulation

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

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




More information about the All-commits mailing list