From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80680 invoked by alias); 16 Sep 2019 09:04:40 -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 80672 invoked by uid 89); 16 Sep 2019 09:04:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:365, H*c:HHHH X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Sep 2019 09:04:39 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 4AC63ADBF; Mon, 16 Sep 2019 09:04:37 +0000 (UTC) Date: Mon, 16 Sep 2019 09:04:00 -0000 From: Richard Biener To: =?ISO-8859-15?Q?Martin_Li=A8ka?= cc: gcc-patches@gcc.gnu.org, Li Jia He , Andrew Pinski , Jeff Law , Segher Boessenkool , wschmidt@linux.ibm.com, Martin Liska Subject: Re: [PATCH 3/5] Rewrite part of and_comparisons_1 into match.pd. In-Reply-To: <9b2bcc34-6925-7623-9c46-f4704ebeab36@suse.cz> Message-ID: References: <1561615913-22109-1-git-send-email-helijia@linux.ibm.com> <845bc280-7bd6-509b-3830-4ebde50f1b20@linux.ibm.com> <4efa66d4-c04c-e5a6-18ff-2f4310d7f64d@suse.cz> <3b78e414-ff03-daa8-448f-4eaf766a2635@suse.cz> <8e67d843-c37b-06cd-52ea-943c97d58a87@suse.cz> <09b56054-cea4-a61d-f3b6-5d3ae1a92d75@suse.cz> <55116893-fd3b-1da4-ece2-952d97a49ce7@suse.cz> <9b2bcc34-6925-7623-9c46-f4704ebeab36@suse.cz> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1609908220-1435380688-1568624677=:5566" X-SW-Source: 2019-09/txt/msg00929.txt.bz2 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1609908220-1435380688-1568624677=:5566 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Content-length: 299 On Wed, 11 Sep 2019, Martin Liška wrote: > On 9/11/19 3:19 PM, Martin Liška wrote: > > On 9/11/19 2:43 PM, Richard Biener wrote: > >> Any particular reason you needed to swap the calls in > >> maybe_fold_and/or_comparisons? You didn't answer this, besides that the patch is OK. Thanks, Richard. ---1609908220-1435380688-1568624677=:5566--