Files
clang-p2996/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
Kazu Hirata d5248a46fa [SystemZ] Use llvm::bit_floor (NFC)
If x is known to be nonzero, findLastSet(x) returns the index of the
highest set bit counting from the LSB, so 1 << findLastSet(x) is the
same as llvm::bit_floor(x).
2023-01-24 22:10:03 -08:00

12 KiB