<div dir="ltr">I don't want to do just a visual compare, i would like to manipulate, iterate, over the "old" version of the function.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 14 April 2013 11:49, edA-qa mort-ora-y <span dir="ltr"><<a href="mailto:eda-qa@disemia.com" target="_blank">eda-qa@disemia.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 14/04/13 18:40, Giacomo Tagliabue wrote:<br>
> I want to compare a program before and after having run a FunctionPass.<br>
> The purpose is merely didactic. What I would like to do is, during the<br>
<br>
</div>I do a dump of the Module (Module.print) before and after running it<br>
through a PassManager (you could also use the Function.print method I<br>
think). You can put just a single pass in the PassManager to compare how<br>
the result differs. I do this often to see how optimization is changing<br>
my code.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
edA-qa mort-ora-y<br>
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --<br>
Sign: Please digitally sign your emails.<br>
Encrypt: I'm also happy to receive encrypted mail.<br>
<br>
</font></span><br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>