[LLVMdev] [PATCH] Before/After IR Dumps
Eric Christopher
echristo at apple.com
Mon Mar 29 11:34:32 PDT 2010
On Mar 29, 2010, at 10:47 AM, 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?
Makes it easier to find what you're looking for probably. Matter of semantics but if I'm looking for something before I go into the 3rd inst-combine pass it's probably easier to look for instcombine-3.before than licm.after :)
-eric
More information about the llvm-dev
mailing list