From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 4D9263851C3E for ; Mon, 10 May 2021 22:05:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4D9263851C3E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=segher@kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 14AM4ZQv021350; Mon, 10 May 2021 17:04:35 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 14AM4ZrY021349; Mon, 10 May 2021 17:04:35 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Mon, 10 May 2021 17:04:35 -0500 From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com Subject: Re: [PATCH] rs6000: Fix cpu selection w/ isel (PR100108) Message-ID: <20210510220435.GG10366@gate.crashing.org> References: <8bd3b0c11cb08f63d2ca41a21596d16635626661.1618930768.git.segher@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8bd3b0c11cb08f63d2ca41a21596d16635626661.1618930768.git.segher@kernel.crashing.org> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, TXREP, T_SPF_HELO_PERMERROR, T_SPF_PERMERROR autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2021 22:05:38 -0000 On Tue, Apr 20, 2021 at 03:00:42PM +0000, Segher Boessenkool wrote: > There are various non-IBM CPUs with isel as well, so it is easiest if we > just don't consider that flag here (it is not needed). > > 2021-04-20 Segher Boessenkool > > PR target/100108 > * config/rs6000/rs6000.c (rs6000_machine_from_flags): Do not consider > OPTION_MASK_ISEL. > --- > Committed to trunk and 11. Will do 10 in a week or so. Done now. Segher