[llvm] [NFC] Various Cleanup in StackColoring, StackSlotColoring, LiveStacks (PR #143931)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 14:07:27 PDT 2025
================
@@ -795,6 +795,41 @@ using stack_float_t = volatile float;
using stack_float_t = float;
#endif
+/// Returns the number of digits in the given integer.
+inline int NumDigitsBase10(uint64_t X) {
----------------
Ralender wrote:
Here is the split off. https://github.com/llvm/llvm-project/pull/165479
https://github.com/llvm/llvm-project/pull/143931
More information about the llvm-commits
mailing list