public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8703] rs6000: Harden mma_init_builtins
@ 2021-07-07 18:33 Peter Bergner
  0 siblings, 0 replies; only message in thread
From: Peter Bergner @ 2021-07-07 18:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:90678482326ef1408748563f190dd7638e7724ee

commit r11-8703-g90678482326ef1408748563f190dd7638e7724ee
Author: Peter Bergner <bergner@linux.ibm.com>
Date:   Wed Jul 7 11:39:34 2021 -0500

    rs6000: Harden mma_init_builtins
    
    The previous MMA patch added some fragile code to initialize its new
    built-ins.  This patch hardens the initialization.
    
    2021-07-07  Peter Bergner  <bergner@linux.ibm.com>
    
    gcc/
            * config/rs6000/rs6000-call.c (mma_init_builtins): Use VSX_BUILTIN_LXVP
            and VSX_BUILTIN_STXVP.
    
    (cherry picked from commit 6278065af07634278ba30029d92a82b089969baa)

Diff:
---
 gcc/config/rs6000/rs6000-call.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/config/rs6000/rs6000-call.c
index 273cf8927da..7059f4fab1c 100644
--- a/gcc/config/rs6000/rs6000-call.c
+++ b/gcc/config/rs6000/rs6000-call.c
@@ -14318,7 +14318,8 @@ mma_init_builtins (void)
 	  /* Some MMA built-ins that are expanded into gimple are converted
 	     into internal MMA built-ins that are expanded into rtl.
 	     The internal built-in follows immediately after this built-in.  */
-	  if (d[1].icode != CODE_FOR_nothing)
+	  if (d->code != VSX_BUILTIN_LXVP
+	      && d->code != VSX_BUILTIN_STXVP)
 	    {
 	      op[nopnds++] = void_type_node;
 	      icode = d[1].icode;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-07 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 18:33 [gcc r11-8703] rs6000: Harden mma_init_builtins Peter Bergner

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).