[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:23:40 PDT 2017
dberlin added a comment.
(and in this case, the only place that needs any ordering is in renameUses, where we can just sort the input set of ops into a deterministic order, which we do for the uses anyway)
https://reviews.llvm.org/D33265
More information about the llvm-commits
mailing list