From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59999 invoked by alias); 24 Jul 2019 19:30:47 -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 59991 invoked by uid 89); 24 Jul 2019 19:30:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 24 Jul 2019 19:30:46 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8694F30821A0; Wed, 24 Jul 2019 19:30:44 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-8.rdu2.redhat.com [10.10.112.8]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5ED4D19D7C; Wed, 24 Jul 2019 19:30:43 +0000 (UTC) Subject: Re: [PATCH 1/4] Remove old IPA-SRA, introduce tree-sra.h To: Martin Jambor , GCC Patches Cc: Jan Hubicka References: From: Jeff Law Openpgp: preference=signencrypt Message-ID: <38667ff3-3a8a-3dde-c75a-4b2a4c3f1718@redhat.com> Date: Wed, 24 Jul 2019 19:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg01607.txt.bz2 On 7/23/19 10:16 AM, Martin Jambor wrote: > This patch removes the old IPA-SRA. Please see the covert letter for > more information about the whole patch-set. > > Martin > > 2019-07-23 Martin Jambor > > * dbgcnt.def: Remove eipa_sra. > * passes.def: Remove old IPA-SRA. > * tree-pass.h (make_pass_early_ipa_sra): Remove declaration. > * tree-sra.c: Removed IPA-SRA. Include tree-sra.h. > (type_internals_preclude_sra_p): Make public. > * tree-sra.h: New file. This seems trivially OK once the new implementation is accepted. No, I don't think I'll have time to dig into the new implementation before I go on PTO. I'm hoping Jan can chime in since this hits the IPA space hard. jeff