From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1103 invoked by alias); 23 Oct 2014 18:00:18 -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 1088 invoked by uid 89); 23 Oct 2014 18:00:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 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-f51.google.com Received: from mail-la0-f51.google.com (HELO mail-la0-f51.google.com) (209.85.215.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 23 Oct 2014 18:00:15 +0000 Received: by mail-la0-f51.google.com with SMTP id ge10so1337054lab.10 for ; Thu, 23 Oct 2014 11:00:12 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.132.104 with SMTP id ot8mr6811130lbb.3.1414087212211; Thu, 23 Oct 2014 11:00:12 -0700 (PDT) Received: by 10.152.8.103 with HTTP; Thu, 23 Oct 2014 11:00:12 -0700 (PDT) In-Reply-To: <20141022125839.GK11644@msticlxl57.ims.intel.com> References: <20141022125839.GK11644@msticlxl57.ims.intel.com> Date: Thu, 23 Oct 2014 18:13:00 -0000 Message-ID: Subject: Re: [PATCH i386 AVX512] [89/n] Improve mask move insn generation. From: Uros Bizjak To: Kirill Yukhin Cc: Jakub Jelinek , Richard Henderson , GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-10/txt/msg02433.txt.bz2 On Wed, Oct 22, 2014 at 2:58 PM, Kirill Yukhin wrote: > Hello, > This patch fixes kmov* insn generation > and adds memory alternative to `movqi_internal' > pattern > Reg-test included. > > Bootstrapped. > AVX-512* tests on top of patch-set all pass > under simulator. > > Is it ok for trunk? > > gcc/ > * config/i386/i386.md (movhi_internal): Always detect mskmov. > (movqi_internal): Fix target check. > > gcc/testsuite/ > * gcc.target/i386/avx512dq-kmovb-1.c: New. OK. (The testcase will probably have to wait for intrinsics). Thanks, Uros.