llvm::sort is beneficial even when we use the iterator-based overload,
since it can optionally shuffle the elements (to detect
non-determinism). However llvm::sort is not usable everywhere, for
example, in compiler-rt.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo