[all-commits] [llvm/llvm-project] 9ce7b4: Use the default parameters of countTrailingZeros a...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jan 15 09:05:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ce7b40ad49f4e16c74d0a181c5cd25d21e417c8
https://github.com/llvm/llvm-project/commit/9ce7b40ad49f4e16c74d0a181c5cd25d21e417c8
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-15 (Sun, 15 Jan 2023)
Changed paths:
M lldb/source/Symbol/CompactUnwindInfo.cpp
M llvm/lib/Support/APInt.cpp
Log Message:
-----------
Use the default parameters of countTrailingZeros and find{First,Last}Set (NFC)
This patch uses the default parameters of countTrailingZeros,
findFirstSet, and findLastSet, which are ZB_Width, ZB_Max, and ZB_Max,
respectively.
More information about the All-commits
mailing list