diff options
author | Kazu Hirata <kazu@google.com> | 2025-09-14 23:42:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-14 23:42:44 -0700 |
commit | d69238013fa10c3027975874b283b08a25e90fd0 (patch) | |
tree | de78a90693fe19f4b61820b92be1f4346475c33b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 7b0d91002691e6fe4ad421682f7d2a12c21d9055 (diff) | |
download | llvm-d69238013fa10c3027975874b283b08a25e90fd0.zip llvm-d69238013fa10c3027975874b283b08a25e90fd0.tar.gz llvm-d69238013fa10c3027975874b283b08a25e90fd0.tar.bz2 |
[ADT] Define countr_zero in terms of popcount (NFC) (#158519)
We can express the fallback mechanism of llvm::countr_zero a lot more
concisely with llvm::popcount. Since llvm::countr_zero now requires
llvm::popcount, this patch moves llvm::popcount earlier.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions