[PATCH] D52227: LLVM: Expose SimplifyCFGPass (as used in PassBuilder::buildModuleOptimizationPipeline) in PassRegistry.def
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 24 10:09:54 PDT 2018
john.brawn added a comment.
Having some way to generate a pipeline string which matches what opt does by default is definitely a good thing. I think that long-term splitting up simplifycfg is probably the best way, and I think I'm going to have to do some of that myself as part of https://reviews.llvm.org/D50723 (as the current implementation causes a lot of problems for bugpoint as the pass list it deduces doesn't do the same thing as -Owhatever), but doing it in this way for now seems fine.
Repository:
rL LLVM
https://reviews.llvm.org/D52227
More information about the llvm-commits
mailing list