From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63358 invoked by alias); 9 Oct 2015 14:25:25 -0000 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 Received: (qmail 63347 invoked by uid 89); 9 Oct 2015 14:25:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f181.google.com Received: from mail-wi0-f181.google.com (HELO mail-wi0-f181.google.com) (209.85.212.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 09 Oct 2015 14:25:23 +0000 Received: by wicfx3 with SMTP id fx3so69246102wic.0 for ; Fri, 09 Oct 2015 07:25:20 -0700 (PDT) X-Received: by 10.180.76.170 with SMTP id l10mr11709358wiw.68.1444400719967; Fri, 09 Oct 2015 07:25:19 -0700 (PDT) Received: from msticlxl57.ims.intel.com (jfdmzpr02-ext.jf.intel.com. [134.134.137.71]) by smtp.gmail.com with ESMTPSA id xt1sm2402769wjb.32.2015.10.09.07.25.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Oct 2015 07:25:18 -0700 (PDT) Date: Fri, 09 Oct 2015 14:25:00 -0000 From: Kirill Yukhin To: Alexander Fomin Cc: ubizjak@gmail.com, gcc-patches@gcc.gnu.org Subject: Re: [PATCH, i386, AVX512] PR target/67895: Fix position of embedded rounding/SAE mode in AVX512 vrangep* and vcvt?si2s* instructions. Message-ID: <20151009142452.GA28467@msticlxl57.ims.intel.com> References: <20151008173125.GA31840@msticlxl57.ims.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151008173125.GA31840@msticlxl57.ims.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00982.txt.bz2 Hello, On 08 Oct 20:31, Alexander Fomin wrote: > Hi All, > > This patch addresses PR target/67895. For some AVX512 instructions > we've used to emit embedded rounding/SAE specifier in a wrong place. > The patch fixes its position for vrange* and vcvt?si2s* instructions. > I've also updated regular expressions for corresponding assembly in > i386 testsuite, so they act like regression tests now. > > Bootstrap is OK, waiting for regression testing now. > If the last one is fine, is this patch OK for trunk and 5 branch? I am OK. -- Thanks, K