From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17454 invoked by alias); 12 Nov 2012 08:09:07 -0000 Received: (qmail 17441 invoked by uid 22791); 12 Nov 2012 08:09:06 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BD X-Spam-Check-By: sourceware.org Received: from mail-pb0-f47.google.com (HELO mail-pb0-f47.google.com) (209.85.160.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Nov 2012 08:09:02 +0000 Received: by mail-pb0-f47.google.com with SMTP id ro12so3930505pbb.20 for ; Mon, 12 Nov 2012 00:09:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.194.101 with SMTP id hv5mr14242998pbc.121.1352707742075; Mon, 12 Nov 2012 00:09:02 -0800 (PST) Received: by 10.66.246.232 with HTTP; Mon, 12 Nov 2012 00:09:01 -0800 (PST) In-Reply-To: References: Date: Mon, 12 Nov 2012 08:09:00 -0000 Message-ID: Subject: Re: [PATCH, i386]: AMD bdver3 enablement From: Uros Bizjak To: "Gopalasubramanian, Ganesh" Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=ISO-8859-1 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: 2012-11/txt/msg00876.txt.bz2 On Mon, Nov 12, 2012 at 6:34 AM, Gopalasubramanian, Ganesh wrote: >> You can see from the changes of sse.md that this is functionally a no-op change. > Sseshuf replaces sselog. > So, do you mean it should be added with sselog instead of sseadd? > Adding it with sseadd (instead of sselog) influences the latency information. sseshuf replaces sselog in some insn patterns, but should be handled in the same way in *existing* .md files. Uros,