From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30682 invoked by alias); 24 Jul 2017 13:59: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 29047 invoked by uid 89); 24 Jul 2017 13:59:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: mail3-relais-sop.national.inria.fr Received: from mail3-relais-sop.national.inria.fr (HELO mail3-relais-sop.national.inria.fr) (192.134.164.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Jul 2017 13:59:28 +0000 Received: from stedding-dock.saclay.inria.fr ([193.55.177.248]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2017 15:59:26 +0200 Date: Mon, 24 Jul 2017 13:59:00 -0000 From: Marc Glisse To: "Bin.Cheng" cc: gcc-patches List , Richard Biener Subject: Re: [PATCH GCC][1/2]Feed bound computation to folder in loop split In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-SW-Source: 2017-07/txt/msg01429.txt.bz2 On Mon, 24 Jul 2017, Bin.Cheng wrote: > But since definition of _197 isn't in current stmt sequence, call "o31 > = do_valueize (valueize, o31)" will return NULL. As a result, it's > not matched. Wait, actually, how was your fold_build* version working? Why was the first addition "in the current generic tree" and why isn't it "in current stmt sequence"? -- Marc Glisse