[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 11:56:03 PDT 2016
mgrang added a comment.
Thanks for the comments.
I will run LNT testsuite with and without my patch and post the results.
As for a way to check non-determinism, I guess for we can add a test which compiles the same test multiple times, although I am not sure how reliable/reproducible that will be. But I don't think there is a way to compare codegen of a release toolchain with release+asserts toolchain or linux vs windows toolchains.
Repository:
rL LLVM
https://reviews.llvm.org/D25891
More information about the llvm-commits
mailing list