Kazu Hirata b3af04f880 [llvm] Use llvm::countr_zero instead of findFirstSet (NFC)
At each call to findFirstSet in this patch, the argument is known to
be nonzero, so we can safely switch to llvm::countr_zero, which will
become std::countr_zero once C++20 is available.
2023-01-23 23:07:41 -08:00
..
2022-12-06 15:30:25 -08:00
2023-01-23 04:09:18 +00:00
2023-01-18 09:59:06 +01:00