From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22116 invoked by alias); 27 Mar 2003 23:49:12 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22104 invoked from network); 27 Mar 2003 23:49:12 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 27 Mar 2003 23:49:12 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id h2RNfHl16889; Thu, 27 Mar 2003 18:41:17 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2RNnBQ30595; Thu, 27 Mar 2003 18:49:11 -0500 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h2RNnA528159; Thu, 27 Mar 2003 15:49:10 -0800 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.7/8.12.7) with ESMTP id h2RNn9K9026981; Thu, 27 Mar 2003 15:49:10 -0800 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.7/8.12.7/Submit) id h2RNn91N026975; Thu, 27 Mar 2003 15:49:09 -0800 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Fri, 28 Mar 2003 02:12:00 -0000 From: Richard Henderson To: gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: REQ_EQUAL and mems hoisted out of loops Message-ID: <20030327234908.GJ30577@redhat.com> Mail-Followup-To: Richard Henderson , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org References: <20030325121216.GL931@bubble.sa.bigpond.net.au> <20030326084933.GU931@bubble.sa.bigpond.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030326084933.GU931@bubble.sa.bigpond.net.au> User-Agent: Mutt/1.4i X-SW-Source: 2003-03/txt/msg01691.txt.bz2 On Wed, Mar 26, 2003 at 07:19:33PM +1030, Alan Modra wrote: > (load_mems): Remove invalid REG_EQUAL notes after hoisting. I think this is the wrong spot to handle this. Do it in replace_loop_mems instead. r~