[all-commits] [llvm/llvm-project] c38869: [libc++][NFC] Simplify copy and move lowering to m...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Mar 27 08:55:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c388690a8b96cbdfa8c38a1e050088201da648e5
https://github.com/llvm/llvm-project/commit/c388690a8b96cbdfa8c38a1e050088201da648e5
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/copy_backward.h
M libcxx/include/__algorithm/copy_move_common.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/move_backward.h
Log Message:
-----------
[libc++][NFC] Simplify copy and move lowering to memmove a bit (#83574)
We've introduced `__constexpr_memmove` a while ago, which simplified the
implementation of the copy and move lowering a bit. This allows us to
remove some of the boilerplate.
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