[PATCH] D60870: POC. [PassBuilder] introduce a separate pass-pipeline parsing API
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 03:09:31 PDT 2019
philip.pfaffe added a comment.
To clarify that: Currently clients are offered two APIs to populate a PassManager: One that consumes PipelineElements and one that consumes a string. When you have a PipelineElement in hand, you could use both, because it's mostly just a StringRef! I'd like to avoid that ambiguity.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60870/new/
https://reviews.llvm.org/D60870
More information about the llvm-commits
mailing list