[PATCH] D92897: Set legacy pass manager OptBisect to same as NPM OptBisect
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 18:14:09 PST 2020
aeubanks added a comment.
Oh and in the description
> This means that when using OptBisect under the NPM it runs twice when it should only run once.
doesn't really make sense. I'd say something like
> e.g. -opt-bisect-limit=1 will run both the first optional optimization pass and the first optional codegen pass, when really it should skip the codegen pass
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92897/new/
https://reviews.llvm.org/D92897
More information about the llvm-commits
mailing list