[PATCH] D52314: Document bisect-skip-count

Zhizhou Yang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 13:46:43 PDT 2018


zhizhouy added a comment.

LGTM.



================
Comment at: utils/bisect-skip-count:20
+# count" to find the values of the counter that produce a passing
+# result.  Incrementing the last good count by one should produce a
+# failure.
----------------
I am not quite sure if people are bisecting skip as much as bisecting count.

Maybe mentioning decreasing good skip by one will also produce a failure?


Repository:
  rL LLVM

https://reviews.llvm.org/D52314





More information about the llvm-commits mailing list