From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from server.nextmovesoftware.com (server.nextmovesoftware.com [162.254.253.69]) by sourceware.org (Postfix) with ESMTPS id BDBDB3858C3A for ; Thu, 5 Jan 2023 19:55:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BDBDB3858C3A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nextmovesoftware.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nextmovesoftware.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nextmovesoftware.com; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=STScYgBqyzeweUhzzZrFWDkHX7+QOAMNohJmEqX8Ay4=; b=nIBe5iTdOYdyVrG3Q/8Budb3s9 bhBPu8H4wrfG1uFcUltAxwIo1Qm0BiQoCStxK7vBDyT3RC81Sr2aibfYDOSyaeWnHCPySy5Qp2sni RYQ8INz+xJnN7t4R7kOhUh5YBtalw5jSbJCOSy710CzI/Tjgw1U+/uZumE2IfWW++b1ryXm9DyaPc 4285fBwctAO+3HNxALpgMO9WMIXAqP0Sb4I5PLEKq0LDCRE38P3pufKX/DunTD/grvcU2NjOYI/oU EVGRrAUV2CtNS6YFq3yGpH22iYH4yNK5xEsQPbx1QlQkK+ULzjgdrrcUi8sY2FBHzwY2rqEevyMuw irTWQzTw==; Received: from [185.62.158.67] (port=55165 helo=Dell) by server.nextmovesoftware.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pDWKc-0000K1-5W; Thu, 05 Jan 2023 14:55:18 -0500 From: "Roger Sayle" To: "'GCC Patches'" Cc: "'Uros Bizjak'" Subject: [Committed] PR rtl-optimization/108292: Revert "Improve ix86_expand_int_movcc to allow condition (mask) sharing" Date: Thu, 5 Jan 2023 19:55:16 -0000 Message-ID: <00d901d9213f$a2a2ba10$e7e82e30$@nextmovesoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdkhPz1oQt9y40avR+OwEPVZrObmPA== Content-Language: en-gb X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.nextmovesoftware.com X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nextmovesoftware.com X-Get-Message-Sender-Via: server.nextmovesoftware.com: authenticated_id: roger@nextmovesoftware.com X-Authenticated-Sender: server.nextmovesoftware.com: roger@nextmovesoftware.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: I agree with Uros that it's best to revert my recent patch that caused PR rtl-optimization/108292. Sorry for the inconvenience. This reverts commit d0558f420b2a5692fd38ac76ffa97ae6c1726ed9. 2023-01-05 Roger Sayle gcc/ChangeLog PR rtl-optimization/108292 * config/i386/i386-expand.cc (ix86_expand_int_movcc): Revert previous change. gcc/testsuite/ChangeLog PR rtl-optimization/108292 * gcc.target/i386/cmov10.c: Remove test case. Roger --