[PATCH] D44464: OptBisect is improved to be overridden in LLVMContext

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 09:38:21 PDT 2018


vsk added a comment.

Thanks for the patch. Could you share a link to some motivating bug or use case which requires a custom bisector? I want to rule out there being any simpler ways to do the same thing.

As for this patch, I think it would help to have a test. You might do this by surfacing a dummy bisector through opt.


https://reviews.llvm.org/D44464





More information about the llvm-commits mailing list