[PATCH] D39245: [ADT] Shuffle containers before sorting to uncover non-deterministic behavior
Daniel Berlin via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 13:12:00 PDT 2017
>
>
> LLVM :: Transforms/Util/PredicateInfo/testandor.ll
The sort should use a stable sort.
It doesn't affect correctness, but without more data, i don't think it's
worth adding another piece to the sort keys.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171024/20923bac/attachment.html>
More information about the llvm-commits
mailing list