From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30319 invoked by alias); 18 Sep 2014 17:17:37 -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 30301 invoked by uid 89); 18 Sep 2014 17:17:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f48.google.com Received: from mail-la0-f48.google.com (HELO mail-la0-f48.google.com) (209.85.215.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 18 Sep 2014 17:17:35 +0000 Received: by mail-la0-f48.google.com with SMTP id ty20so1609222lab.35 for ; Thu, 18 Sep 2014 10:17:31 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.14.33 with SMTP id m1mr1245464lbc.16.1411060651497; Thu, 18 Sep 2014 10:17:31 -0700 (PDT) Received: by 10.152.1.193 with HTTP; Thu, 18 Sep 2014 10:17:31 -0700 (PDT) In-Reply-To: <20140918115937.GC22922@msticlxl57.ims.intel.com> References: <20140918115937.GC22922@msticlxl57.ims.intel.com> Date: Thu, 18 Sep 2014 17:17:00 -0000 Message-ID: Subject: Re: [PATCH i386 AVX512] [44/n] Add vsgufps insn patterns. From: Uros Bizjak To: Kirill Yukhin Cc: Jakub Jelinek , Richard Henderson , GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-09/txt/msg01516.txt.bz2 On Thu, Sep 18, 2014 at 1:59 PM, Kirill Yukhin wrote: > Hello, > Patch in the bottom extends AVX-512 shufps. > > Bootstrapped. > AVX-512* tests on top of patch-set all pass > under simulator. > > Is it ok for trunk? > > gcc/ > * config/i386/sse.md > (define_expand "avx_shufps256"): Add masking. > (define_insn "avx_shufps256_1"): Ditto. > (define_expand "sse_shufps"): Ditto. > (define_insn "sse_shufps_v4sf_mask"): New. OK. Thanks, Uros.