From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1518 invoked by alias); 22 Sep 2015 09:53:20 -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 1482 invoked by uid 89); 22 Sep 2015 09:53:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 22 Sep 2015 09:53:19 +0000 Received: by wicfx3 with SMTP id fx3so15393044wic.0 for ; Tue, 22 Sep 2015 02:53:16 -0700 (PDT) X-Received: by 10.180.107.164 with SMTP id hd4mr19786121wib.94.1442915596082; Tue, 22 Sep 2015 02:53:16 -0700 (PDT) Received: from msticlxl57.ims.intel.com (jfdmzpr04-ext.jf.intel.com. [134.134.137.73]) by smtp.gmail.com with ESMTPSA id mx19sm2224415wic.0.2015.09.22.02.53.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Sep 2015 02:53:15 -0700 (PDT) Date: Tue, 22 Sep 2015 11:16:00 -0000 From: Kirill Yukhin To: Alexander Fomin Cc: ubizjak@gmail.com, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] PR target/67480: AVX512 bitwise logic insns pattern is incorrect Message-ID: <20150922095245.GA16334@msticlxl57.ims.intel.com> References: <20150907160744.GA20243@msticlxl57.ims.intel.com> <20150908084149.GB21269@msticlxl57.ims.intel.com> <20150918145100.GA32312@msticlxl57.ims.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150918145100.GA32312@msticlxl57.ims.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg01634.txt.bz2 Hello Alexander, On 18 Sep 17:51, Alexander Fomin wrote: > Hi, > On Tue, Sep 08, 2015 at 11:41:50AM +0300, Kirill Yukhin wrote: > > Hi, > > So, here you'll emit, e.g. "pandq %xmm16, %xmm17" > > If think it'll be better to attach AVX-512VL related suffix while discriminating > > alternatives. > > > > -- > > Thanks, K > I've fixed the problems related to masks/alternatives for both patterns. > Is updated version OK for trunk? Patch is OK for trunk, as far as bootstrapped & no regressions. -- Thanks, K > > Regards, > Alexander