From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75693 invoked by alias); 3 Aug 2015 09:29:32 -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 75682 invoked by uid 89); 3 Aug 2015 09:29:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-io0-f174.google.com Received: from mail-io0-f174.google.com (HELO mail-io0-f174.google.com) (209.85.223.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 03 Aug 2015 09:29:31 +0000 Received: by iodd187 with SMTP id d187so138653392iod.2 for ; Mon, 03 Aug 2015 02:29:29 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.107.137.154 with SMTP id t26mr19782481ioi.13.1438594169182; Mon, 03 Aug 2015 02:29:29 -0700 (PDT) Received: by 10.107.32.140 with HTTP; Mon, 3 Aug 2015 02:29:29 -0700 (PDT) In-Reply-To: References: <1438539531-18244-1-git-send-email-patrick@parcs.ath.cx> Date: Mon, 03 Aug 2015 09:29:00 -0000 Message-ID: Subject: Re: [PATCH] Avoid recomputing multiple times the defining predicate-chain for the same PHI From: Richard Biener To: Patrick Palka Cc: Bernhard Reutner-Fischer , GCC Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00033.txt.bz2 On Sun, Aug 2, 2015 at 9:40 PM, Patrick Palka wrote: > On Sun, Aug 2, 2015 at 2:44 PM, Bernhard Reutner-Fischer > wrote: >> On August 2, 2015 8:18:51 PM GMT+02:00, Patrick Palka wrote: >> >> No comment on the patch itself, but please >> s/visted/visited/ >> s/VISIED_PHIS/VISITED_PHIS/ >> >> while at it. >> TIA, >> Ok. Thanks, Richard. > Sure, no problem.