[PATCH] D142179: [ADT] Add bit_floor, bit_ceil, and bit_width to bit.h
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 05:02:45 PST 2023
barannikov88 added a comment.
All these functions are `constexpr` in C++20. Should we do the same?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142179/new/
https://reviews.llvm.org/D142179
More information about the llvm-commits
mailing list