[PATCH] D25891: [llvm] Convert iterable SmallPtrSet's to SmallSetVector's in Codegen

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 12:38:04 PDT 2016


mgrang added a comment.

Yes, this is an attempt to preempt potential non-determinism caused due to iteration of unordered sets.

If this seems too aggressive then we can take the approach of identifying the exact causes and fixing just those.

Let me spin-off a few test runs on our internal test suite and I will come back with new fix/fixes.

Thanks,
Mandeep


Repository:
  rL LLVM

https://reviews.llvm.org/D25891





More information about the llvm-commits mailing list