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, stage1] Make parloops gate more strict


On Fri, Mar 13, 2015 at 11:32 AM, Tom de Vries <Tom_deVries@mentor.com> wrote:
> Hi,
>
> this patch moves a bunch of early-out tests from the parloops pass to the
> gate function.
>
> The only effect is for functions that we don't consider at all for
> parallelization in the parloops pass. We no longer dump those in the
> parloops dump file.
>
> Bootstrapped and reg-tested on x86_64.
>
> OK for stage1 trunk?

Does it work with -fdump-passes?

Richard.

> Thanks,
> - Tom


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