[libcxx-commits] [PATCH] D156039: [libc++] Optimize ranges::find for vector<bool>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 31 18:16:48 PDT 2023


philnik updated this revision to Diff 545890.
philnik marked 2 inline comments as done.
philnik added a comment.

Try to fix CI


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156039/new/

https://reviews.llvm.org/D156039

Files:
  libcxx/benchmarks/algorithms/find.bench.cpp
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/find.h
  libcxx/include/__bit/invert_if.h
  libcxx/include/__bit_reference
  libcxx/include/__fwd/bit_reference.h
  libcxx/include/bitset

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156039.545890.patch
Type: text/x-patch
Size: 11010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230801/98def291/attachment.bin>


More information about the libcxx-commits mailing list