From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29783 invoked by alias); 3 Nov 2017 16:14:51 -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 29323 invoked by uid 89); 3 Nov 2017 16:14:50 -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,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-wr0-f172.google.com Received: from mail-wr0-f172.google.com (HELO mail-wr0-f172.google.com) (209.85.128.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 Nov 2017 16:14:49 +0000 Received: by mail-wr0-f172.google.com with SMTP id j15so2955498wre.8 for ; Fri, 03 Nov 2017 09:14:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:mail-followup-to:subject:date:message-id :user-agent:mime-version; bh=sN4HUDEK/9+RaqHnQIjLI3zEDs4xlXLVW5tsFQ6GoyA=; b=nA/8R9spMrfC83/os+5XEPKZOeMXPcKr5Vp2gJVl6cGClAV6q8CZy42evhh+CwEx7A Nu6knSO5kuR9i55sEBfH/6D+8hfM/usV80OSPYs3vhVlFQRbClqIrGj/GMNchTYz9OtK GI/qYeNc+FRS+9GiTYzX0LLAQwJ0eiBUaDv6A3zh30kHkTPZc/yvPUzZZvDZHx+wV+2y eaVzA6shdNgiqe7kthOunMnEfmnKlHLFeDfFD06ucZm6dlQ4sMlcc0MSDgIY7Ji4s+rP L3LeiiKVjlSSlNK2dXn/6sl61sje36bqqkXmlf/BwQjgV/qZj4U0l5D7LO6kYn1g9n6M QJcw== X-Gm-Message-State: AMCzsaVX8cW+UKdTNz1Ui4AmaPgLsjcu7XyFH2in0py+PHO4ThUG0TH3 oeiUKtu0izeMElQIh45yGj4vpQkdRiY= X-Google-Smtp-Source: ABhQp+SVEUCH5SnYZRoS4UWspErPxGggh5exDvjmleqxgbtzjErEJbtvrJMijrqwTBAOll/BcKPMbA== X-Received: by 10.223.200.132 with SMTP id k4mr6151268wrh.215.1509725687358; Fri, 03 Nov 2017 09:14:47 -0700 (PDT) Received: from localhost (188.29.164.162.threembb.co.uk. [188.29.164.162]) by smtp.gmail.com with ESMTPSA id u8sm4195421wmd.33.2017.11.03.09.14.46 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 03 Nov 2017 09:14:46 -0700 (PDT) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, richard.sandiford@linaro.org Subject: [0/10] Vectoriser testsuite tweaks Date: Fri, 03 Nov 2017 16:14:00 -0000 Message-ID: <87inerqqyz.fsf@linaro.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2017-11/txt/msg00211.txt.bz2 This series of patches generalises the vector testsuite and makes it cope better with arbitrary vector lengths. It also adds some target selectors needed for SVE. Tested on aarch64-linux-gnu without SVE, with various fixed-length SVE modes, and with the default variable-length SVE mode. Also tested on x86_64-linux-gnu and powerpc64-linux-gnu. Thanks, Richard