From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113309 invoked by alias); 10 Oct 2016 11:42:30 -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 113297 invoked by uid 89); 10 Oct 2016 11:42:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: smtprelay.synopsys.com Received: from us01smtprelay-2.synopsys.com (HELO smtprelay.synopsys.com) (198.182.60.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Oct 2016 11:42:19 +0000 Received: from us02secmta2.synopsys.com (us02secmta2.synopsys.com [10.12.235.98]) by smtprelay.synopsys.com (Postfix) with ESMTP id 4F92810C17CF; Mon, 10 Oct 2016 04:42:17 -0700 (PDT) Received: from us02secmta2.internal.synopsys.com (us02secmta2.internal.synopsys.com [127.0.0.1]) by us02secmta2.internal.synopsys.com (Service) with ESMTP id F289155F15; Mon, 10 Oct 2016 04:42:16 -0700 (PDT) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by us02secmta2.internal.synopsys.com (Service) with ESMTP id D773255F02; Mon, 10 Oct 2016 04:42:16 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id C1CAE5D3; Mon, 10 Oct 2016 04:42:16 -0700 (PDT) Received: from us01wehtc1.internal.synopsys.com (us01wehtc1-vip.internal.synopsys.com [10.12.239.236]) by mailhost.synopsys.com (Postfix) with ESMTP id 71E075CC; Mon, 10 Oct 2016 04:42:16 -0700 (PDT) Received: from DE02WEHTCA.internal.synopsys.com (10.225.19.92) by us01wehtc1.internal.synopsys.com (10.12.239.231) with Microsoft SMTP Server (TLS) id 14.3.266.1; Mon, 10 Oct 2016 04:40:24 -0700 Received: from DE02WEMBXA.internal.synopsys.com ([fe80::a014:7216:77d:d55c]) by DE02WEHTCA.internal.synopsys.com ([::1]) with mapi id 14.03.0266.001; Mon, 10 Oct 2016 13:40:22 +0200 From: Claudiu Zissulescu To: Andrew Burgess CC: "gcc-patches@gcc.gnu.org" , Francois Bedard Subject: RE: [PATCH] [ARC] Disable compact casesi patterns for arcv2 Date: Mon, 10 Oct 2016 11:42:00 -0000 Message-ID: <098ECE41A0A6114BB2A07F1EC238DE89661B8029@de02wembxa.internal.synopsys.com> References: <20160929192616.GF18222@embecosm.com> <1475243523-12183-1-git-send-email-claziss@synopsys.com> <20161006230837.GS18222@embecosm.com> In-Reply-To: <20161006230837.GS18222@embecosm.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2016-10/txt/msg00606.txt.bz2 > > gcc/ > > 2016-05-09 Claudiu Zissulescu > > > > * common/config/arc/arc-common.c > (arc_option_optimization_table): > > Remove compact casesi option. > > * config/arc/arc.c (arc_override_options): Use compact casesi > > option only for pre-ARCv2 cores. > > * doc/invoke.texi (mcompact-casesi): Update text. >=20 > Looks good to me. >=20 Committed r240916. Thank you for your review, Claudiu