This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add -fdump-rtl-<pass>-quiet


Why only rtl? Minor suggestion: use ir or il may be more intuitive:
-fdump-rtl-all-ir

thanks,

David

On Wed, Apr 18, 2012 at 9:35 AM, Andrew Stubbs <ams@codesourcery.com> wrote:
> This patch scratches an itch I've had for a while.
>
> Basically it just reduces all tree and RTL dumps to just the function dump.
> This means that the files are easier to diff.
>
> This can still be combined with the other options of course:
> ?e.g. -fdump-rtl-all-quiet-slim is quite nice.
>
> Obviously, most of the passes do dumps by calling fprintf directly, and I
> don't want to edit each and every case, so I've implemented this by setting
> dump_file=NULL in execute_one_pass.
>
> OK to commit?
>
> Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]