From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29791 invoked by alias); 13 Dec 2002 09:31:33 -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 29720 invoked from network); 13 Dec 2002 09:31:23 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 13 Dec 2002 09:31:23 -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 gBD9RtJ32275; Fri, 13 Dec 2002 04:27:55 -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 gBD9VMs25162; Fri, 13 Dec 2002 04:31:22 -0500 Received: from localhost.localdomain (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gBD9VL713483; Fri, 13 Dec 2002 01:31:21 -0800 Received: (from rth@localhost) by localhost.localdomain (8.11.6/8.11.6) id gBD9VLn29309; Fri, 13 Dec 2002 01:31:21 -0800 X-Authentication-Warning: localhost.localdomain: rth set sender to rth@redhat.com using -f Date: Fri, 13 Dec 2002 03:41:00 -0000 From: Richard Henderson To: Daniel Berlin Cc: David Edelsohn , Dale Johannesen , "Sanjiv Kumar Gupta, Noida" , gcc@gcc.gnu.org Subject: Re: possible gcse failure: not able to eliminate redundant loads Message-ID: <20021213093121.GB29293@redhat.com> Mail-Followup-To: Richard Henderson , Daniel Berlin , David Edelsohn , Dale Johannesen , "Sanjiv Kumar Gupta, Noida" , gcc@gcc.gnu.org References: <20021212224213.GD28987@redhat.com> <3FC59349-0E25-11D7-8880-000393575BCC@dberlin.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FC59349-0E25-11D7-8880-000393575BCC@dberlin.org> User-Agent: Mutt/1.4i X-SW-Source: 2002-12/txt/msg00711.txt.bz2 On Thu, Dec 12, 2002 at 05:58:37PM -0500, Daniel Berlin wrote: > I remember someone saying that store motion should replace this, since > it subsumes it. Of course. The next time someone has time to fix store motion. r~