From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40740 invoked by alias); 1 Oct 2015 08:05:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 40730 invoked by uid 89); 1 Oct 2015 08:05:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mail2-relais-roc.national.inria.fr Received: from mail2-relais-roc.national.inria.fr (HELO mail2-relais-roc.national.inria.fr) (192.134.164.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 01 Oct 2015 08:05:11 +0000 Received: from 89-158-40-219.rev.numericable.fr (HELO laptop-mg.local) ([89.158.40.219]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Oct 2015 10:05:08 +0200 Date: Thu, 01 Oct 2015 08:05:00 -0000 From: Marc Glisse Reply-To: gcc-patches@gcc.gnu.org To: Michael Collison cc: gcc-patches@gcc.gnu.org, Richard Biener , Jeff Law Subject: Re: [PATCH] Optimize certain end of loop conditions into min/max operation In-Reply-To: <560CE7BF.30709@linaro.org> Message-ID: References: <55B5A884.4060105@linaro.org> <55B65A4B.3050705@redhat.com> <55BBA052.2060900@redhat.com> <55BBBBE6.2070207@linaro.org> <55BBBE2E.1020408@redhat.com> <55FBAFD1.9080300@linaro.org> <560B8F51.6030108@linaro.org> <560C0D65.2010300@linaro.org> <560CE7BF.30709@linaro.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-SW-Source: 2015-10/txt/msg00014.txt.bz2 On Thu, 1 Oct 2015, Michael Collison wrote: > ChangeLog formatting and test case fixed. Oups, sorry for the lack of precision, but I meant indenting the code in match.pd, I hadn't even looked at the ChangeLog. -- Marc Glisse