[PATCH] D37284: [cfi] Fixed non-determinism in codegen due to DenseSet iteration order

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 18:12:28 PDT 2017


mgrang added a comment.

Do you think using SetVector instead of DenseSet will impact compile-time? The other option we have is to add the TypeIds into a SmallVector and sort it before iteration.


Repository:
  rL LLVM

https://reviews.llvm.org/D37284





More information about the llvm-commits mailing list