From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30812 invoked by alias); 5 Sep 2019 18:47:24 -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 30802 invoked by uid 89); 5 Sep 2019 18:47:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:287 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; Thu, 05 Sep 2019 18:47:22 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 71B79AD43; Thu, 5 Sep 2019 18:47:20 +0000 (UTC) Subject: Re: [PATCH][middle-end/88784] Middle end is missing some optimizations about unsigned To: Richard Biener , Li Jia He Cc: Andrew Pinski , Jeff Law , GCC Patches , Segher Boessenkool , wschmidt@linux.ibm.com, Martin Liska References: <1561615913-22109-1-git-send-email-helijia@linux.ibm.com> <6fb28248-5134-cec5-5045-45253e4d2eb0@redhat.com> <6d333ccf-9905-e929-c2dc-fc611ff929f1@linux.ibm.com> <845bc280-7bd6-509b-3830-4ebde50f1b20@linux.ibm.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <47201224-c3bf-a849-30cb-f115a050f9de@suse.cz> Date: Thu, 05 Sep 2019 18:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00312.txt.bz2 On 9/5/19 3:01 PM, Richard Biener wrote: > Not sure if you or Martin wants to improve it according to my > comments. Yes please. I'm working on that based on the review you provided. Thanks, Martin