From patchwork Tue May 21 16:26:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Segher Boessenkool X-Patchwork-Id: 1102920 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-501366-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 457h4L4949z9s55 for ; Wed, 22 May 2019 02:27:12 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=KNR7aAdMgMiW Pk6R/jACjYfI2eqbVjNhruJMx3ooGuiVYvkBR3slhEFYIDEMjYF1P8tSpov2myTn kzF7X0WEf7SL5dYsECwOWVl9rNzu19o0vGEpQ98gR78JMXHAgPzeYz4dI08yTa2Y q5JLF5UKlVotHohcH8dARuIXU2cwSu8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; s=default; bh=GkPVp1IBrICPepR3ZJ MNUe9eqp8=; b=KHA753o1VIdJeQYW+QhFmBm+DcHMbDxOsey0yqMhXZPKbh73eF TadVnPTuRWLwOvsJoYXkZJPorm6ie3Y2QfGHblIvKaGgG8zT0+CBNfewQD2fYy9L 3Y+X+Nb6I6Z3PvxV76Ue6ayD4QPUcZmE1DR2YilcIAP1IDB0vn75tEijg= Received: (qmail 79137 invoked by alias); 21 May 2019 16:27:05 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 79129 invoked by uid 89); 21 May 2019 16:27:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2 autolearn=ham version=3.3.1 spammy= X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 May 2019 16:27:04 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id 6811C1240630; Tue, 21 May 2019 16:27:02 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com, Segher Boessenkool Subject: [PATCH 0/6] rs6000: Some more easy "enabled" cases Date: Tue, 21 May 2019 16:26:54 +0000 Message-Id: X-IsSubscribed: yes This converts some more constraints to a simpler constraint plus enabled formulation. Tested on p7 powerpc64-linux {-m32,-m64}; still testing on p8 and p9 LE, will commit if that succeeds. Segher Segher Boessenkool (6): wh -> d+p8v wj -> wi+p8v wk -> ws+p8v wm -> wa+p8v wl -> d+p6 wz -> d+p7 gcc/config/rs6000/constraints.md | 20 +------------------ gcc/config/rs6000/rs6000.c | 36 +--------------------------------- gcc/config/rs6000/rs6000.h | 6 ------ gcc/config/rs6000/rs6000.md | 42 ++++++++++++++++++++++------------------ gcc/config/rs6000/vsx.md | 16 +++++---------- gcc/doc/md.texi | 22 ++------------------- 6 files changed, 32 insertions(+), 110 deletions(-)