llvm-reduce: Stop checking workitem is interesting before each pass
Each delta pass run should have guaranteed the output is still interesting, so it should be pointless to recheck this each iteration. I have many issues that take multiple minutes to reproduce, so this ends up being a huge waste of time. Also, remove broken line counting. This never worked, since getLines was failing to open the temporary file which was just deleted.
Loading
Please sign in to comment