public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Carl Love <carll@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1483] Fix for vcmpequt builtin
Date: Tue, 15 Jun 2021 15:44:18 +0000 (GMT)	[thread overview]
Message-ID: <20210615154418.2F90A3858004@sourceware.org> (raw)

https://gcc.gnu.org/g:913b13fcb1dceea0e57a04cb77b11097b132cbf6

commit r12-1483-g913b13fcb1dceea0e57a04cb77b11097b132cbf6
Author: Carl Love <cel@us.ibm.com>
Date:   Thu Jun 10 17:36:25 2021 -0500

    Fix for vcmpequt builtin
    
    The vcmpequt builtin define eqvv1ti3 points to the eqv define instruction
    for the eqv instruction.  The vcmpequt builtin define should point to the
    vector_eqv1ti instruction definition for the vcmpequq instruction.
    
    2021-06-15  Carl Love  <cel@us.ibm.com>
    
    gcc/ChangeLog
            PR target/101022
            * config/rs6000/rs6000-builtin.def (VCMPEQUT): Fix the ICODE for the
            enum definition.
            (VRLQ, VSLQ, VSRQ, VSRAQ): Remove unused BU_P10_OVERLOAD_2
            definitions.

Diff:
---
 gcc/config/rs6000/rs6000-builtin.def | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gcc/config/rs6000/rs6000-builtin.def b/gcc/config/rs6000/rs6000-builtin.def
index 231e7c9d420..d7ce4de421e 100644
--- a/gcc/config/rs6000/rs6000-builtin.def
+++ b/gcc/config/rs6000/rs6000-builtin.def
@@ -2924,7 +2924,7 @@ BU_P10V_VSX_2 (XXGENPCVM_V4SI, "xxgenpcvm_v4si", CONST, xxgenpcvm_v4si)
 BU_P10V_VSX_2 (XXGENPCVM_V2DI, "xxgenpcvm_v2di", CONST, xxgenpcvm_v2di)
 BU_P10V_AV_2 (VCMPGTUT,		"vcmpgtut",	CONST,	vector_gtuv1ti)
 BU_P10V_AV_2 (VCMPGTST,		"vcmpgtst",	CONST,	vector_gtv1ti)
-BU_P10V_AV_2 (VCMPEQUT,		"vcmpequt",	CONST,	eqvv1ti3)
+BU_P10V_AV_2 (VCMPEQUT,		"vcmpequt",	CONST,	vector_eqv1ti)
 BU_P10V_AV_2 (CMPNET,		"vcmpnet",	CONST,	vcmpnet)
 BU_P10V_AV_2 (CMPGE_1TI,	"cmpge_1ti",    CONST,  vector_nltv1ti)
 BU_P10V_AV_2 (CMPGE_U1TI,	"cmpge_u1ti",   CONST,  vector_nltuv1ti)
@@ -3078,10 +3078,6 @@ BU_P10_OVERLOAD_2 (CLRR, "clrr")
 BU_P10_OVERLOAD_2 (GNB, "gnb")
 BU_P10_OVERLOAD_4 (XXEVAL, "xxeval")
 BU_P10_OVERLOAD_2 (XXGENPCVM, "xxgenpcvm")
-BU_P10_OVERLOAD_2 (VRLQ, "vrlq")
-BU_P10_OVERLOAD_2 (VSLQ, "vslq")
-BU_P10_OVERLOAD_2 (VSRQ, "vsrq")
-BU_P10_OVERLOAD_2 (VSRAQ, "vsraq")
 
 BU_P10_OVERLOAD_3 (EXTRACTL, "extractl")
 BU_P10_OVERLOAD_3 (EXTRACTH, "extracth")


                 reply	other threads:[~2021-06-15 15:44 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=20210615154418.2F90A3858004@sourceware.org \
    --to=carll@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).