From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41700 invoked by alias); 10 Dec 2015 00:27:42 -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 40627 invoked by uid 89); 10 Dec 2015 00:27:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f45.google.com Received: from mail-pa0-f45.google.com (HELO mail-pa0-f45.google.com) (209.85.220.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 10 Dec 2015 00:27:40 +0000 Received: by pacej9 with SMTP id ej9so37866074pac.2 for ; Wed, 09 Dec 2015 16:27:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=2NOsqjFpocx6g2GpxrTIMKvk0iPlMDbDeBLF4g97nq8=; b=LwN2z4AaPAwk7ibrXz+6qHw/LSwQV7bn8tcBz8uxK/i0EWkd3mZlrnPaR0OZ3vCrWI hqo7/WRaZ7n2YSPcAuObRG6RleJZmuZCB/ILtksgsVHyAwmatBOXLZoK+FzRYFZ/szkU VBY1lW3tw1tCV28NsCCrp40nAVuknA3qbdxIwHNaQX4Oc9I5fTIE3tXuX47VzzQrtb87 FKm5X6j6reSRtNtw0YR0h/j9sT3hIhx1+BG06KhTOUl0CpZqrEBPsQK6AHSqbk69pR8j NPftv2XMV+5p8/nPIq07w2mvyleBQAaMuv/8C2tulU2UerReQvzti6VWYfmW4za54/oZ +SAA== X-Gm-Message-State: ALoCoQmwB6A5OG041jFoi9Os7+EvaGyUOAaMEno3KXJ6oii2CdEeNnJwHBLV8E1qTqscLa4RsOOCFiIv+e/q+/65N88iCTMsyg== X-Received: by 10.67.7.229 with SMTP id df5mr12275475pad.121.1449707258345; Wed, 09 Dec 2015 16:27:38 -0800 (PST) Received: from [10.1.1.7] (58-6-183-210.dyn.iinet.net.au. [58.6.183.210]) by smtp.googlemail.com with ESMTPSA id l20sm14149566pfi.10.2015.12.09.16.27.36 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Dec 2015 16:27:37 -0800 (PST) Subject: Re: [0/7] Type promotion pass and elimination of zext/sext To: Richard Biener References: <55ECFC2A.7050908@linaro.org> <56269E01.5010408@linaro.org> <5628BF86.6070503@linaro.org> <562ECA5D.2040008@linaro.org> <56372A31.3080607@linaro.org> <563F192A.7020004@linaro.org> <56468B17.6020903@linaro.org> <5653B1D7.6090607@linaro.org> Cc: "gcc-patches@gcc.gnu.org" From: Kugan Message-ID: <5668C6EF.8060404@linaro.org> Date: Thu, 10 Dec 2015 00:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5653B1D7.6090607@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg01078.txt.bz2 Hi Riachard, Thanks for the reviews. I think since we have some unresolved issues here, it is best to aim for the next stage1. I however would like any feedback so that I can continue to improve this. https://gcc.gnu.org/ml/gcc-patches/2015-09/msg01063.html is also related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67714. I don't think there is any agreement on this. Or is there any better place to fix this? Thanks, Kugan