[PATCH] D143837: [llvm] Deprecate llvm::count{Leading,Trailing}{Zeros,Ones} and llvm::countPopulation
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 12 02:35:01 PST 2023
RKSimon accepted this revision.
RKSimon added inline comments.
================
Comment at: llvm/unittests/Support/MathExtrasTest.cpp:66
- }
-}
-
----------------
I'm not sure what our policy is regarding test coverage - but I'd expect these to stay until we actually remove the functions being tests?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143837/new/
https://reviews.llvm.org/D143837
More information about the llvm-commits
mailing list