[PATCH] D87951: Enable opt-bisect for the new pass manager
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 31 23:12:47 PDT 2020
aeubanks added a comment.
Herald added a subscriber: dexonsmith.
https://reviews.llvm.org/D90545 will make it so we don't even run this instrumentation on required passes, making it so we don't print "skipping pass" on a required pass. It also makes the opt-bisect counter not increment on passes that will run anyway, making it clearer what's going on. After that lands this should be good to go.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87951/new/
https://reviews.llvm.org/D87951
More information about the llvm-commits
mailing list