From patchwork Tue Oct 22 08:21:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Zissulescu X-Patchwork-Id: 1181140 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-511479-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="lE9QmtTq"; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="dTV2EifW"; dkim-atps=neutral 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 46y61j3Bmxz9sNx for ; Tue, 22 Oct 2019 19:22:15 +1100 (AEDT) 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:mime-version :content-transfer-encoding; q=dns; s=default; b=tHIJdfCEfxdIJjX6 y47JY74Uk3Z2yRlVDV1xezpDEbsG31fjs20PYsVfQ4bsRHa3NjCtYV/chOAFvENj D2enNdarGCph023gMutykPp67qw4vNpFEpHGFS/DEg4hRXv0rVZFO4IHael8CPI0 gEUeKwC/O02b/vdZ8v5jaCcX/GA= 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:mime-version :content-transfer-encoding; s=default; bh=ZLv5giaZKLgyiI1CdBZwDn UguJI=; b=lE9QmtTqOK65fwUlFAKkat4ig42+MZhAwuFFjJDZ6wyEznfqgvz0pI 4mt1WCaLPphm6TR8v5jpAHqENOvnjLmWLhSkCAPGe2Mv4/nKVxoiYLG+ZhERH5oC QQ6oixJxgL+9sd90q5n6ZoU/gD+kD80nRWsmw1Q04h51PtPdiaqZY= Received: (qmail 113146 invoked by alias); 22 Oct 2019 08:22:08 -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 113129 invoked by uid 89); 22 Oct 2019 08:22:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.5 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=mea, HContent-Transfer-Encoding:8bit X-HELO: mail-wr1-f51.google.com Received: from mail-wr1-f51.google.com (HELO mail-wr1-f51.google.com) (209.85.221.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Oct 2019 08:22:06 +0000 Received: by mail-wr1-f51.google.com with SMTP id s1so8198035wro.0 for ; Tue, 22 Oct 2019 01:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ZtkByqRJ9FU7meqzfMWWP5ITIdTiOZTtp0pfbn5JzAk=; b=dTV2EifW4nPzPTFfRuNx+NzgnGe7mKvifLwPrJRH5iSDebcLj568obIH5OrzkWJhzu PXjIKPyoZ/d2LTrz0Iz7mGFMs64eD2+Fy60MAH2+2y/XrN6exqzoDnbU4yvFS55T3tbV u4mFRHhIe3A6DkvufRj+XK/gS9XC4YF3VSzoTLrm99N0esIkbsXDBq34/OMB7J8CECtD yEVV58vYuI0Ps8Uimjm/HKhqCO3ZpjIYaOQi0Fi+P+ty1qxmSL1YSkWoFOnYJihdwzrZ Xi+rWvrL73BwyzocB7D1gtcnawwnMMuXS88XNonqpAcpThONBQ8TgfZFgtKXWebutgKK 4v+g== Received: from localhost.localdomain ([86.121.123.248]) by smtp.gmail.com with ESMTPSA id i18sm16458026wrx.14.2019.10.22.01.22.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Oct 2019 01:22:03 -0700 (PDT) From: Claudiu Zissulescu To: gcc-patches@gcc.gnu.org Cc: fbedard@synopsys.com, andrew.burgess@embecosm.com, claziss@synopsys.com Subject: [PATCH 0/3][ARC] Bug fixes, cleanups and doc update. Date: Tue, 22 Oct 2019 11:21:51 +0300 Message-Id: <20191022082154.16355-1-claziss@gmail.com> MIME-Version: 1.0 X-IsSubscribed: yes Hi Andrew, Please find a set of three patches for trunk as fallows: [ARC] Cleanup sign/zero extend patterns This is just insn patterns cleanup. [ARC] Update mea option documentation Update -mea option documentation. [ARC] Don't split ior/mov predicated insns. Found a bug in the current trunk, this patch fixes it and adds a test. gcc/config/arc/arc.c | 16 ++- gcc/config/arc/arc.md | 118 +++++++++++-------- gcc/config/arc/arc.opt | 2 +- gcc/doc/invoke.texi | 2 +- gcc/testsuite/gcc.target/arc/or-cnst-size2.c | 12 ++ 5 files changed, 91 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/or-cnst-size2.c