[llvm] Use llvm::bit_floor (NFC)
In all these cases, the arguments to Log2_32 are known to be nonzero, so we don't have to worry about "1 << -1".
Loading
Please sign in to comment
In all these cases, the arguments to Log2_32 are known to be nonzero, so we don't have to worry about "1 << -1".