From patchwork Sat Oct 19 07:49:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iain Sandoe X-Patchwork-Id: 1179772 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-511347-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sandoe.co.uk Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="MkvR4yWi"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46wFRy6T8Gz9sCJ for ; Sat, 19 Oct 2019 18:50:04 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :content-type:content-transfer-encoding:mime-version:subject :message-id:date:cc:to; q=dns; s=default; b=AaBfOCbrUiK37Is/78Iw p0QtwCPXNDLpd8MdtN91cODdM9nAl3oRPDIqnPJvEszFUi3yUPTw94qmXsbnVk7W 1Sb+cn01chI0roqNpUPBTjDgrzdNYii/kSeiL1rZCJ+nPHf+ddauuFvmY0FL4iCZ LAZplpWZQpLKzPNgwYmi4WM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :content-type:content-transfer-encoding:mime-version:subject :message-id:date:cc:to; s=default; bh=jFS5NDkJBPCekSYu5l6rd7XgsZ 0=; b=MkvR4yWi/PcmMWeWFq/JNU5kJP4mzrGR2omFRf8vmtAO+IZ54l2QFquxWz egMsowcu8/74AxFOklUU9kZzSukC68ikk0rA2Sk3dz1kmTaxszAAtHcvSsAS43pU hIHi8L7+IROmn/A6ocPsGTVFLuFRWjPK05FIFAXLocnmxG9bQ= Received: (qmail 26491 invoked by alias); 19 Oct 2019 07:49:56 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 26482 invoked by uid 89); 19 Oct 2019 07:49:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_COUK, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Spam-Relays-External:ESMTPA X-HELO: smtp1.wavenetuk.net Received: from smtp.wavenetuk.net (HELO smtp1.wavenetuk.net) (195.26.36.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 19 Oct 2019 07:49:54 +0000 Received: from [192.168.1.212] (host81-138-1-83.in-addr.btopenworld.com [81.138.1.83]) by smtp1.wavenetuk.net (Postfix) with ESMTPA id 968421200809; Sat, 19 Oct 2019 08:49:51 +0100 (BST) From: Iain Sandoe Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [PPC, committed] Delete out of date comment. Message-Id: Date: Sat, 19 Oct 2019 08:49:48 +0100 Cc: Segher Boessenkool To: GCC-patches As discussed in the list thread on PR65342, and pre-approved by Segher, this removes a comment that's no longer relevant. Bootstrap checked on powerpc64-linux-gnu, applied to mainline thanks Iain gcc/ChangeLog: 2019-10-19 Iain Sandoe * config/rs6000/rs6000.md: Delete out-of-date comment about special-casing integer loads. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 29dd616520..d0cca1e650 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -6890,11 +6890,6 @@ UNSPEC_MOVSI_GOT))] "") -;; For SI, we special-case integers that can't be loaded in one insn. We -;; do the load 16-bits at a time. We could do this by loading from memory, -;; and this is even supposed to be faster, but it is simpler not to get -;; integers in the TOC. - ;; MR LA LWZ LFIWZX LXSIWZX ;; STW STFIWX STXSIWX LI LIS ;; # XXLOR XXSPLTIB 0 XXSPLTIB -1 VSPLTISW