public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Kewen Lin <linkw@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-3561] rs6000: Remove useless toc-fusion option
Date: Thu, 16 Sep 2021 02:02:04 +0000 (GMT)	[thread overview]
Message-ID: <20210916020204.6239D3858C39@sourceware.org> (raw)

https://gcc.gnu.org/g:e0c09143c96b97499d12dd0227a45eb8fb6a3d91

commit r12-3561-ge0c09143c96b97499d12dd0227a45eb8fb6a3d91
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Wed Sep 15 20:02:00 2021 -0500

    rs6000: Remove useless toc-fusion option
    
    toc-fusion was intended for Power9 toc fusion previously,
    but Power9 doesn't support fusion at all eventually, this
    patch is to remove this useless option.
    
    gcc/ChangeLog:
    
            * config/rs6000/rs6000.opt (-mtoc-fusion): Remove.

Diff:
---
 gcc/config/rs6000/rs6000.opt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt
index 3753de19557..c1cb9ab06cd 100644
--- a/gcc/config/rs6000/rs6000.opt
+++ b/gcc/config/rs6000/rs6000.opt
@@ -561,10 +561,6 @@ mpower9-minmax
 Target Undocumented Mask(P9_MINMAX) Var(rs6000_isa_flags)
 Use the new min/max instructions defined in ISA 3.0.
 
-mtoc-fusion
-Target Undocumented Mask(TOC_FUSION) Var(rs6000_isa_flags)
-Fuse medium/large code model toc references with the memory instruction.
-
 mmodulo
 Target Undocumented Mask(MODULO) Var(rs6000_isa_flags)
 Generate the integer modulo instructions.


                 reply	other threads:[~2021-09-16  2:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210916020204.6239D3858C39@sourceware.org \
    --to=linkw@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).