[libcxx-commits] [PATCH] D122780: Modify std::sort: add BlockQuickSort partitioning algorithm for arithmetic types
Nilay Vaish via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 9 11:31:37 PDT 2023
nilayvaish added a subscriber: danlark.
nilayvaish added a comment.
In D122780#4409544 <https://reviews.llvm.org/D122780#4409544>, @ValZapod wrote:
> So this got reverted. Are you on planning on resubmitting?
This patch was reverted only LLVM release 16. It is still there in the trunk. @ldionne , @danlark and others have been making changes to lower the danger of invalid comparators going out-of-bounds. I think LLVM release 17 will have this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122780/new/
https://reviews.llvm.org/D122780
More information about the libcxx-commits
mailing list