From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10547 invoked by alias); 28 Jun 2011 11:32:39 -0000 Received: (qmail 10537 invoked by uid 22791); 28 Jun 2011 11:32:39 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ww0-f41.google.com (HELO mail-ww0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Jun 2011 11:32:25 +0000 Received: by wwi14 with SMTP id 14so2840071wwi.2 for ; Tue, 28 Jun 2011 04:32:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.174.69 with SMTP id s5mr6473043wbz.80.1309260744653; Tue, 28 Jun 2011 04:32:24 -0700 (PDT) Received: by 10.227.36.212 with HTTP; Tue, 28 Jun 2011 04:32:24 -0700 (PDT) In-Reply-To: <940068552.809908.1309255466404.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> References: <940068552.809908.1309255466404.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> Date: Tue, 28 Jun 2011 12:09:00 -0000 Message-ID: Subject: Re: [patch tree-optimization]: Try to sink type-casts for binary and/or/xor operations From: Richard Guenther To: Kai Tietz Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2011-06/txt/msg02123.txt.bz2 On Tue, Jun 28, 2011 at 12:04 PM, Kai Tietz wrote: > Ok, moved code out of special case for addresses. > > Bootstrapped for x86_64-pc-linux-gnu. =A0Patch ok for apply? There is no need to check for CST op (T) arg, the constant is always the 2nd operand for commutative operations. Ok with that variant removed. Thanks, Richard. > Regards, > Kai >