[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
Sat Mar 11 07:28:42 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaff3cdc604b0: [libc++] Optimize std::ranges::{min, max} for types that are cheap to copy (authored by philnik).
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.504365.patch
Type: text/x-patch
Size: 9357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230311/a31ad3e7/attachment-0001.bin>
More information about the libcxx-commits
mailing list