[libcxx-commits] [PATCH] D146421: [release/16.x][libc++] Revert the bitset sort optimization
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 27 12:32:49 PDT 2023
ldionne updated this revision to Diff 508758.
ldionne retitled this revision from "[libc++] Disable the __insertion_sort_unguarded optimization" to "[release/16.x][libc++] Revert the bitset sort optimization".
ldionne edited the summary of this revision.
ldionne added a comment.
Herald added subscribers: jplehr, sstefan1, mgrang.
Herald added a reviewer: jdoerfert.
After some playing around and talking to other core contributors, I believe that the safest thing to do here is to revert this optimization entirely from LLVM 16, and then figure out a good way forward for LLVM 17.
Update the patch to revert the original optimization entirely.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146421/new/
https://reviews.llvm.org/D146421
Files:
libcxx/docs/ReleaseNotes.rst
libcxx/include/__algorithm/sort.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146421.508758.patch
Type: text/x-patch
Size: 32614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230327/a97fd096/attachment-0001.bin>
More information about the libcxx-commits
mailing list