[PATCH] D66114: [ConstantHoisting] Fix non-determinism.

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 15:46:01 PDT 2019


mgrang added a comment.

Have you tried measuring compile-time on some benchmark with this patch. Changing unordered containers to ordered ones can increase compile-time. What if you simply sort the containers before iteration?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66114/new/

https://reviews.llvm.org/D66114





More information about the llvm-commits mailing list