[PATCH] D39245: [ADT] Shuffle containers before sorting to uncover non-deterministic behavior

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 09:23:25 PST 2018


davide added a comment.

`std::shuffle` has linear time complexity, so I'd rather not pessimize the DEBUG build even more.


Repository:
  rL LLVM

https://reviews.llvm.org/D39245





More information about the llvm-commits mailing list