From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7769 invoked by alias); 25 Jul 2017 21:45:52 -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 109100 invoked by uid 89); 25 Jul 2017 21:45:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KAM_MANYTO,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=matthew, her X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Jul 2017 21:45:25 +0000 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id A20039BE24D0A; Tue, 25 Jul 2017 22:45:18 +0100 (IST) Received: from HHMAIL01.hh.imgtec.org ([fe80::710b:f219:72bc:e0b3]) by hhmail02.hh.imgtec.org ([fe80::5400:d33e:81a4:f775%25]) with mapi id 14.03.0294.000; Tue, 25 Jul 2017 22:45:22 +0100 From: Matthew Fortune To: Jakub Jelinek , Richard Biener , "Uros Bizjak" , David Edelsohn , "Segher Boessenkool" , Marcus Shawcroft , Richard Earnshaw , Andreas Krebbel , Eric Botcazou , Andrew Jenner CC: "gcc-patches@gcc.gnu.org" , Sameera Deshpande Subject: RE: [PATCH] Switch vec_init and vec_extract optabs to 2 mode optab to allow extraction of vector from vector or initialization of vector from smaller vectors (PR target/80846) Date: Tue, 25 Jul 2017 21:45:00 -0000 Message-ID: <6D39441BF12EF246A7ABCE6654B0235380D55287@HHMAIL01.hh.imgtec.org> References: <20170725091432.GQ2123@tucnak> In-Reply-To: <20170725091432.GQ2123@tucnak> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg01612.txt.bz2 Jakub Jelinek writes: > Bootstrapped/regtested on x86_64-linux and i686-linux, where it improves > e.g. the code generation for slp-43.c and slp-45.c testcases. > make cc1 tested in cross-compilers to the remaining targets. No objections for the MIPS part. I've pointed out this change to Sameera to see how/if it will affect her autovectorization branch and whether MIPS MSA should define more forms of vec_init/vec_expand in general. Thanks, Matthew