[libcxx-commits] [PATCH] D143596: [libc++] Optimize std::ranges::{min, max} for types that are cheap to copy
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 10 07:23:21 PST 2023
philnik updated this revision to Diff 504142.
philnik added a comment.
Rebased
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143596/new/
https://reviews.llvm.org/D143596
Files:
libcxx/benchmarks/CMakeLists.txt
libcxx/benchmarks/algorithms/min.bench.cpp
libcxx/include/__algorithm/ranges_max.h
libcxx/include/__algorithm/ranges_min.h
libcxx/include/__type_traits/is_trivially_copyable.h
libcxx/test/libcxx/transitive_includes/cxx2b.csv
libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.max.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.min.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143596.504142.patch
Type: text/x-patch
Size: 9357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230310/fecd6083/attachment.bin>
More information about the libcxx-commits
mailing list