<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 10, 2014 at 2:00 PM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Any reason not to go ahead and just put it into lib/IR (alongside the<br>
PassManager infrastructure) or some such?<br></blockquote><div><br></div><div><br></div><div>I guess just the principle of least impact :-) What I mean by that is - this seems to be only useful within the context of the opt tool now. My medium-range goal is being able to create opt-like tools easily without copy-pasting most of opt.cpp; so for this reason, and just because this functionality is self contained and thus living in a separate module is good engineering practice, moving it into a separate file in tools/opt made sense. I agree that if there's a need to use this tool outside tools/opt, putting it in lib/IR or some such is a better idea. But we don't know in advance, so taking this in smaller steps made sense to me. What do you think?</div>

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