[libc-commits] [libc] [ARM][Libc] Fix ARM big-endian low-end inline_memset byte fills (PR #198777)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Wed Jun 17 05:57:06 PDT 2026


================
@@ -79,20 +79,20 @@ set_bytes_and_bump_pointers(Ptr &dst, uint32_t value, size_t size) {
 // not allow unaligned stores so all accesses are aligned.
 [[maybe_unused]] LIBC_INLINE void
 inline_memset_arm_low_end(Ptr dst, uint8_t value, size_t size) {
----------------
vhscampos wrote:

In fact, since this is being tested by the users of this internal function, there's no real need for a regression test of this internal function.

https://github.com/llvm/llvm-project/pull/198777


More information about the libc-commits mailing list