This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH GCC][02/13]Skip distribution if there is no loop
- From: Jeff Law <law at redhat dot com>
- To: Bin Cheng <Bin dot Cheng at arm dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Cc: nd <nd at arm dot com>
- Date: Tue, 27 Jun 2017 11:07:52 -0600
- Subject: Re: [PATCH GCC][02/13]Skip distribution if there is no loop
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=law at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com D0160C04D2A4
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D0160C04D2A4
- References: <VI1PR0802MB217699FFE8FC4E5BAC54C784E7CD0@VI1PR0802MB2176.eurprd08.prod.outlook.com>
On 06/12/2017 11:02 AM, Bin Cheng wrote:
> Hi,
> this is a simple patch skipping distribution if there is no loop at all.
>
> Bootstrap and test on x86_64 and AArch64. Is it OK?
>
> Thanks,
> bin
>
> 2017-06-07 Bin Cheng <bin.cheng@arm.com>
>
> * cfgloop.h (pass_loop_distribution::execute): Skip if no loops.
>
OK.
jeff