From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12708 invoked by alias); 1 Jun 2017 17:25:50 -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 12691 invoked by uid 89); 1 Jun 2017 17:25:49 -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,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*MI:sk:1496260 X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Jun 2017 17:25:49 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id v51HPOUg004475; Thu, 1 Jun 2017 12:25:30 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id v51HPKXG004469; Thu, 1 Jun 2017 12:25:20 -0500 Date: Thu, 01 Jun 2017 17:25:00 -0000 From: Segher Boessenkool To: Will Schmidt Cc: GCC Patches , David Edelsohn , Bill Schmidt Subject: Re: [PATCH, rs6000] fold vector min/max in GIMPLE Message-ID: <20170601172518.GU19687@gate.crashing.org> References: <1496260815.15163.201.camel@brimstone.rchland.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496260815.15163.201.camel@brimstone.rchland.ibm.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00066.txt.bz2 On Wed, May 31, 2017 at 03:00:15PM -0500, Will Schmidt wrote: > OK for trunk? Looks good, please commit. Segher