[PATCH,rs6000] Add built-in support for new Power9 darn (deliver a random number) instruction

Bernhard Reutner-Fischer rep.dot.nop@gmail.com
Thu May 5 21:25:00 GMT 2016


On May 5, 2016 6:26:01 PM GMT+02:00, Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com> wrote:

>+  /* Handle simple no-argument operations. */
>+  d = bdesc_0arg;
>+  for (i = 0; i < ARRAY_SIZE (bdesc_0arg); i++, d++)
>+    if (d->code == fcode)
>+      return rs6000_expand_zeroop_builtin (d->icode, target);
>+
>+  gcc_assert (false);
>   gcc_unreachable ();
> }

Surplus assert.

>+	  if (TARGET_DEBUG_BUILTIN)
>+	    fprintf (stderr, "rs6000_builtin, skip no-argumen %s\n",
>d->name);

s/argumen %s/argument %s/

thanks,



More information about the Gcc-patches mailing list