[PATCH] D33265: [PredicateInfo ] Fix non-determinism in codegen uncovered by reverse iterating SmallPtrSet

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 18:31:53 PDT 2017


dberlin added a comment.

https://reviews.llvm.org/differential/diff/99233/?revisionID=33265
has a diff that touches one routine, and makes this deterministic.
It could use refactoring (it can share most code with the ValueDFS_Compare), but if you really want to make this deterministic, that's how to do it.


https://reviews.llvm.org/D33265





More information about the llvm-commits mailing list