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

Eli Bendersky eliben at google.com
Mon Feb 10 13:49:31 PST 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140210/394c22d1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opt-move-pass-printers.1.patch
Type: text/x-patch
Size: 18984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140210/394c22d1/attachment.bin>


More information about the llvm-commits mailing list