[all-commits] [llvm/llvm-project] b49b42: [llvm] Deprecate PowerOf2Floor and ByteSwap_{16, 32...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b49b429fde3a282664289d7a2155d994085eb232
      https://github.com/llvm/llvm-project/commit/b49b429fde3a282664289d7a2155d994085eb232
  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/include/llvm/Support/SwapByteOrder.h
    M llvm/unittests/Support/MathExtrasTest.cpp
    M llvm/unittests/Support/SwapByteOrderTest.cpp

  Log Message:
  -----------
  [llvm] Deprecate PowerOf2Floor and ByteSwap_{16,32,64}

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

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




More information about the All-commits mailing list