From patchwork Wed Dec 31 08:53:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Hubicka X-Patchwork-Id: 424759 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.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 10ED41400B7 for ; Wed, 31 Dec 2014 19:54:08 +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:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=XcErbD0MDmU+t8O1f cM/JgDss5LTrz3cN7H2GvaZ+OhYBObALmqBm9bYOOypUiTZuBKUKrSSG12a+7AV6 YHMVMoZeskuuL9yqkiyLNnfFfELk9qMttwCTYPQ2E6fDh+KGDAxCF691RHl1ZWdr 2s93Uz9wnbzcYvRAafkT3q+dmk= 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:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=WZJBB54RFLJpzjQ+KVQS006 tbPA=; b=XGCn32QXKxvlvaaFW3iJgsnrwJaNDPSjuQ9jcAaBS1LdjZ+4FbjDj5K 0/bt9TlshByBr+nTsILg1dbVt3ojLpdi/SnN4E8fR8vYlcVl9kX5qXGWoMAZSQxE A3OTjxDK1KvLNWhCWOTEJBmwhnjSUZC6vILaSFEZYDEln+00iUwI= Received: (qmail 5727 invoked by alias); 31 Dec 2014 08:54:00 -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 5714 invoked by uid 89); 31 Dec 2014 08:53:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nikam.ms.mff.cuni.cz Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 31 Dec 2014 08:53:58 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 88ADD5413DC; Wed, 31 Dec 2014 09:53:53 +0100 (CET) Date: Wed, 31 Dec 2014 09:53:53 +0100 From: Jan Hubicka To: Jan Hubicka Cc: "H.J. Lu" , Markus Trippelsdorf , GCC Patches Subject: Re: Strenghten early inliner analysis Message-ID: <20141231085353.GD13958@kam.mff.cuni.cz> References: <20141230113749.GB13958@kam.mff.cuni.cz> <20141230132155.GA5696@x4> <20141230220431.GA12483@kam.mff.cuni.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20141230220431.GA12483@kam.mff.cuni.cz> User-Agent: Mutt/1.5.21 (2010-09-15) Hi, this patch fixes the slp testcase that now requires no early inlining Honza Index: testsuite/gcc.dg/vect/slp-9.c =================================================================== --- testsuite/gcc.dg/vect/slp-9.c (revision 219107) +++ testsuite/gcc.dg/vect/slp-9.c (working copy) @@ -1,4 +1,5 @@ /* { dg-require-effective-target vect_int } */ +/* { dg-additional-options "-fno-early-inlining" } */ #include #include "tree-vect.h"