This is an archive of the discontinued LLVM Phabricator instance.

Remove opt-bisect support for "cases" in favor of debug counters
ClosedPublic

Authored by dberlin on Mar 10 2017, 5:09 PM.

Details

Summary

Ths "cases" support was not quite finished, is unused, and is really just debug counters.
(well, almost, debug counters are slightly more powerful, in that they can skip things at the start, too).
Note, opt-bisect itself could also be implemented as a wrapper around
debug counters, but not sure it's worth it ATM.

I'll shove it on a todo list if we think it is.

Event Timeline

dberlin created this revision.Mar 10 2017, 5:09 PM
MatzeB accepted this revision.Mar 10 2017, 5:11 PM

LGTM, thanks for eliminating the duplication.

This revision is now accepted and ready to land.Mar 10 2017, 5:11 PM
This revision was automatically updated to reflect the committed changes.