[LLVMdev] [PATCH] Before/After IR Dumps

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Mar 29 11:49:32 PDT 2010


On Mar 29, 2010, at 11:12 AM, David Greene wrote:

> On Monday 29 March 2010 12:47:30 Jakob Stoklund Olesen wrote:
>> On Mar 2, 2010, at 1:45 PM, David Greene wrote:
>>> -print-before-all
>>> -print-after-all
>> 
>> What's the difference between printing before all passes and printing after
>> all passes?
> 
> So you want an IR dump before the very first pass?  Do you want one after the 
> very last pass?
> 
> Usually I use both so I get before/after dumps for each pass.

I see that you are already collapsing before/after dumps so there is a most one dump between passes. Would it make sense to merge these two options into one?






More information about the llvm-dev mailing list