[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
Wed Mar 8 06:06:01 PST 2023
philnik updated this revision to Diff 503341.
philnik marked 6 inline comments as done.
philnik added a comment.
Address comments
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/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.503341.patch
Type: text/x-patch
Size: 8642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230308/2bc82892/attachment.bin>
More information about the libcxx-commits
mailing list