diff options
author | Kazu Hirata <kazu@google.com> | 2023-01-22 10:41:13 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-01-22 10:41:13 -0800 |
commit | 8e4dc4cfb81e8baf4692d78226fcac6e47acc133 (patch) | |
tree | 3131e97bb0c6ac3ab473f0da16dd798291753d81 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | dd8ecde00b3b3d8d0f80d7df43393f583d782413 (diff) | |
download | llvm-8e4dc4cfb81e8baf4692d78226fcac6e47acc133.zip llvm-8e4dc4cfb81e8baf4692d78226fcac6e47acc133.tar.gz llvm-8e4dc4cfb81e8baf4692d78226fcac6e47acc133.tar.bz2 |
[Support] Use functions from bit.h (NFC)
This patch makes the following replacements:
countLeadingZeros -> llvm::countl_zero
countTrailingZeros -> llvm::countr_zero
countPopulation -> llvm::popcount
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions