[PATCH] [PM] Create a separate library for high-level pass management code.

Chandler Carruth chandlerc at gmail.com
Wed Mar 4 19:10:58 PST 2015


On Wed, Mar 4, 2015 at 6:58 PM, Hal Finkel <hfinkel at anl.gov> wrote:

> > A little verbose, but how about something like PassPipelineBuilder?
> > It isn't just building pipelines though. It also builds analysis
> > passes in order to register them with the analysis manager.
>
> Fair enough, but is that just the analysis pipeline?


It's not really a pipeline? Things don't run through it. It just registers
available analyses that are then run on-demand.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150304/056ebcc8/attachment.html>


More information about the llvm-commits mailing list