From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98101 invoked by alias); 10 Nov 2015 11:06:11 -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 98089 invoked by uid 89); 10 Nov 2015 11:06:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f47.google.com Received: from mail-wm0-f47.google.com (HELO mail-wm0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 10 Nov 2015 11:06:10 +0000 Received: by wmvv187 with SMTP id v187so2013849wmv.1 for ; Tue, 10 Nov 2015 03:06:07 -0800 (PST) X-Received: by 10.194.3.39 with SMTP id 7mr3282005wjz.20.1447153567775; Tue, 10 Nov 2015 03:06:07 -0800 (PST) Received: from msticlxl57.ims.intel.com (jfdmzpr06-ext.jf.intel.com. [134.134.137.75]) by smtp.gmail.com with ESMTPSA id p75sm3461004wmd.22.2015.11.10.03.06.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Nov 2015 03:06:06 -0800 (PST) Date: Tue, 10 Nov 2015 11:06:00 -0000 From: Kirill Yukhin To: Ilya Enkovich Cc: gcc-patches@gcc.gnu.org Subject: Re: [mask-load, patch 2/2, i386] Add/modify mask load/store patterns Message-ID: <20151110110540.GB62112@msticlxl57.ims.intel.com> References: <20151008154227.GI63757@msticlxl57.ims.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151008154227.GI63757@msticlxl57.ims.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg01180.txt.bz2 Hi Ilya, On 08 Oct 18:42, Ilya Enkovich wrote: > Hi, > > This patch reflects changes in maskload and maskstore optabs and adds patterns for AVX-512. The patch is OK for trunk. -- Thanks, K > > Thanks, > Ilya > -- > 2015-10-08 Ilya Enkovich > > * config/i386/sse.md (maskload): Rename to ... > (maskload): ... this. > (maskstore): Rename to ... > (maskstore): ... this. > (maskload): New. > (maskstore): New.