From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26555 invoked by alias); 31 Jul 2007 05:03:04 -0000 Received: (qmail 26531 invoked by uid 22791); 31 Jul 2007 05:03:04 -0000 X-Spam-Check-By: sourceware.org Received: from outbound-dub.frontbridge.com (HELO outbound3-dub-R.bigfish.com) (213.199.154.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Jul 2007 05:03:01 +0000 Received: from outbound3-dub.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound3-dub-R.bigfish.com (Postfix) with ESMTP id DC1F3142B93A; Tue, 31 Jul 2007 05:03:13 +0000 (UTC) Received: from mail175-dub-R.bigfish.com (unknown [10.5.252.3]) by outbound3-dub.bigfish.com (Postfix) with ESMTP id D10981F807A; Tue, 31 Jul 2007 05:03:13 +0000 (UTC) Received: from mail175-dub (localhost.localdomain [127.0.0.1]) by mail175-dub-R.bigfish.com (Postfix) with ESMTP id B1F5FAE00BA; Tue, 31 Jul 2007 05:02:52 +0000 (UTC) X-BigFish: VP X-MS-Exchange-Organization-Antispam-Report: OrigIP: 163.181.251.8;Service: EHS Received: by mail175-dub (MessageSwitch) id 1185858172711192_8428; Tue, 31 Jul 2007 05:02:52 +0000 (UCT) Received: from ausb3extmailp01.amd.com (unknown [163.181.251.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail175-dub.bigfish.com (Postfix) with ESMTP id 3DFB0918050; Tue, 31 Jul 2007 05:02:52 +0000 (UTC) Received: from SAUSGW02.amd.com (sausgw02.amd.com [163.181.250.22]) by ausb3extmailp01.amd.com (Switch-3.2.7/Switch-3.2.7) with ESMTP id l6V52nQ8010703; Tue, 31 Jul 2007 00:02:52 -0500 Received: from 163.181.22.101 by SAUSGW02.amd.com with ESMTP (AMD SMTP Relay (Email Firewall v6.1.0)); Tue, 31 Jul 2007 00:02:50 -0500 X-Server-Uuid: 5FC0E2DF-CD44-48CD-883A-0ED95B391E89 Received: from sausexmb2.amd.com ([163.181.3.157]) by sausexbh1.amd.com with Microsoft SMTPSVC(6.0.3790.2499); Tue, 31 Jul 2007 00:02:36 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: [PATCH] Improved dependence analysis Date: Tue, 31 Jul 2007 07:15:00 -0000 Message-ID: <7986CEFCE5C2954A88BEE2CAB6FAB374026FF63B@SAUSEXMB2.amd.com> In-Reply-To: <4aca3dc20707301134t71345c78p8475d306deb291ff@mail.gmail.com> References: <7986CEFCE5C2954A88BEE2CAB6FAB374026FF635@SAUSEXMB2.amd.com> <4aca3dc20707301134t71345c78p8475d306deb291ff@mail.gmail.com> From: "Sjodin, Jan" To: "Daniel Berlin" cc: gcc-patches@gcc.gnu.org X-WSS-ID: 6AB01DF01A43046734-05-01 Content-Type: text/plain; charset=us-ascii 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: 2007-07/txt/msg02159.txt.bz2 Committed revision 127080. Thanks, Jan > -----Original Message----- > From: Daniel Berlin [mailto:dberlin@dberlin.org]=20 > Sent: Monday, July 30, 2007 1:35 PM > To: Sjodin, Jan > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] Improved dependence analysis >=20 > On 7/30/07, Sjodin, Jan wrote: > > This patch improves the dependence analysis by allowing the=20 > extraction > > of a constant offset from a base object when the base=20 > object address is > > computed in a different statement. The patch passed=20 > bootstrap and make > > check on amd64-linux. > > >=20 > This patch is ok. >=20 >=20 >=20