[PATCH] D70288: [ADT][Expensive checks] Create a /dev/random seed only once when shuffling the range before sorting it to avoid bot timeouts

Alex Lorenz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 10:43:07 PST 2019


arphaman added a comment.

Unfortunately my jubilation was premature. While this speed up the build of compiler-rt and the test file as well dramatically, the test file still takes way too long to compile and still times out. Most of the time now is spend in IR/MIR verifiers when building the test file. I'll commit this and keep looking into why they're so slow for that file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70288





More information about the llvm-commits mailing list