From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by sourceware.org (Postfix) with ESMTPS id E1FB63858D28 for ; Mon, 19 Jun 2023 04:21:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E1FB63858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-x1030.google.com with SMTP id 98e67ed59e1d1-25e83254ff5so1886005a91.1 for ; Sun, 18 Jun 2023 21:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687148470; x=1689740470; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=ih1chGFq6jUntGMHye/A8uAJHCMltnTm5rbsTJlYeM0=; b=OW0Tzzmrei1XiIt0hNREGY4yhaIMD9S4hGYD+6P9CFpfIbMEj5Sh87AfvfBawVJZqu oY+9rx00tzojKRs6kxuuCwwRPRCX7byQFI3vnWG5cX/5RZKU0nQ/3GG5TAwPsPMxwRxY 1vqAHnJvovciSSopWd/+gBuXkY0jkvRU4m1EsOWMFvqeS14E7veNrsThkCOeCidnXHQz oYA6t/jiBanpc1uiqPaq02+FEQ6zWVs8pcK1lOXSFSimtZQRrRmWiW66H0q6uDoJiBVN W91Zbtf8ooFPZvZBl3liKTUpebGom4tCbyie/F6mTaJLWkHA2LeUEXxA5IIW1LwZZMgQ /Gkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687148470; x=1689740470; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ih1chGFq6jUntGMHye/A8uAJHCMltnTm5rbsTJlYeM0=; b=WqyelERjidsLtlMn11Mkqv3iM0F+3u+GNf25sP1SmXF+DM55Puh24/+mdSsuE+qGLO huUTtu3DcmTE7FZCipVhS7h5PtQQInzJ9UT8gCWFiIM5Iygl76r8zopIlxaqcmK736yf Kxz38SRZVrw97/uaWw916Hx/i1ivtMxswWv1wToH3j2j6Oj7dawq7TzY1IT1EEN3pu1l 6sSE3yqRfOXLTQdneu6VFr03wVijsl6260l24sJtA0it8cuL4LcGXs3JIafH5sftxFby Zu8d+7tRSWp86B9roycU3C7PWod1OtspumKElXAKpqKK2H6ll4deTyZdVfA7CQ3LA5co lmtQ== X-Gm-Message-State: AC+VfDygVt9ncEL1Aa6Vfxza0vyL2lefxaZOG1wOgW7SrsmQe6Ne0Thl nT0vTPRRqu1xi6zDditBi5PMJGis8fRbsb+/eo4= X-Google-Smtp-Source: ACHHUZ51HbDj+ZNSBl4IJDrz3Qz7Z5x4z65Frk+snSTNgiSZjxstu+yvh042oulPMXKNiuX9BM7/CbjTUAQcKoBy/gQ= X-Received: by 2002:a17:90a:d081:b0:25d:d224:9fb9 with SMTP id k1-20020a17090ad08100b0025dd2249fb9mr17035825pju.24.1687148469759; Sun, 18 Jun 2023 21:21:09 -0700 (PDT) MIME-Version: 1.0 References: <9e970f70-52e4-183e-b6af-91f62607793d.ref@yahoo.co.jp> <9e970f70-52e4-183e-b6af-91f62607793d@yahoo.co.jp> In-Reply-To: <9e970f70-52e4-183e-b6af-91f62607793d@yahoo.co.jp> From: Max Filippov Date: Sun, 18 Jun 2023 21:20:58 -0700 Message-ID: Subject: Re: [PATCH 1/2] xtensa: Remove TARGET_MEMORY_MOVE_COST hook To: "Takayuki 'January June' Suwa" Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: On Sun, Jun 18, 2023 at 12:10=E2=80=AFAM Takayuki 'January June' Suwa wrote: > > It used to always return a constant 4, which is same as the default > behavior, but doesn't take into account the effects of secondary > reloads. > > Therefore, the implementation of this target hook is removed. > > gcc/ChangeLog: > > * config/xtensa/xtensa.cc > (TARGET_MEMORY_MOVE_COST, xtensa_memory_move_cost): Remove. > --- > gcc/config/xtensa/xtensa.cc | 13 ------------- > 1 file changed, 13 deletions(-) Regtested for target=3Dxtensa-linux-uclibc, no new regressions. Committed to master. --=20 Thanks. -- Max