[PATCH] Move the *PassPrinter passes from opt.cpp to a separate file

Eric Christopher echristo at gmail.com
Mon Feb 10 14:00:19 PST 2014


Any reason not to go ahead and just put it into lib/IR (alongside the
PassManager infrastructure) or some such?

-eric

On Mon, Feb 10, 2014 at 1:49 PM, Eli Bendersky <eliben at google.com> wrote:
> I'm looking into cleaning up the main file of the opt tool (more on the
> motivation in a separate post). One things that immediately sprints up is
> moving all kinds of self-contained functionality into their own modules
> within tools/opt;
>
> This patch does the same for the *PassPrinter passes. This code is very old
> (seems to be from ~2007) and since then new chunks of functionality was
> often added in separate modules, though the analysis pass printers were left
> out.
>
> PTAL
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list