[PATCH] D25891: [llvm] Convert iterable SmallPtrSet's to SmallSetVector's in Codegen
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 21:59:37 PDT 2016
vsk added a comment.
Thanks for working on this. I have questions about the overhead of this patch and about how to test it. First, what kind of compile-time/memory usage hit should we be willing to take to get this fixed? What happens to compile-time and peak memory consumption of the test suite after applying this patch? Is there a bot somewhere that checks for non-determinism in repeated builds of the test suite?
Repository:
rL LLVM
https://reviews.llvm.org/D25891
More information about the llvm-commits
mailing list