[all-commits] [llvm/llvm-project] ed5cd8: [libc] Fix casts for arm32 after Wconversion (#129...

Michael Jones via All-commits all-commits at lists.llvm.org
Tue Mar 4 14:32:57 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed5cd8d4642e6918bd64cae01cfe7056c6153da9
      https://github.com/llvm/llvm-project/commit/ed5cd8d4642e6918bd64cae01cfe7056c6153da9
  Author: Michael Jones <michaelrj at google.com>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M libc/src/__support/big_int.h
    M libc/src/string/memory_utils/generic/byte_per_byte.h

  Log Message:
  -----------
  [libc] Fix casts for arm32 after Wconversion (#129771)

Followup to #127523

There were some test failures on arm32 after enabling Wconversion. There
were some tests that were failing due to missing casts. Also I changed
BigInt's `safe_get_at` back to being signed since it needed the ability
to be negative.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list