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

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 25 12:02:47 PST 2018


mgrang added a comment.

All outstanding unit test failures uncovered by this patch have now been resolved on the tip. Can we now please get this patch reviewed and merged?
Once this patch merges we can do a mass replacement of std::sort to llvm::sort in the entire code base.


Repository:
  rL LLVM

https://reviews.llvm.org/D39245





More information about the llvm-commits mailing list