public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [RS6000] vsx_extract_v4sf
@ 2015-06-01  6:27 Alan Modra
  2015-06-01 13:13 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Modra @ 2015-06-01  6:27 UTC (permalink / raw)
  To: gcc-patches; +Cc: David Edelsohn, Michael Meissner

Found today when deleting "S" constraint, unused after a local patch.
rs6000/vsx.md:1867: error: undefined machine-specific constraint at this point: "Sa>,<VSa>"
That can't be good says I.  An over-enthusiastic search and replace
by the look of it.  Bootstrapped and regression tested
powerpc64le-linux.  OK for mainline and gcc-5 branch?

	* config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
	2014-08-11 change.

Index: gcc/config/rs6000/vsx.md
===================================================================
--- gcc/config/rs6000/vsx.md	(revision 223878)
+++ gcc/config/rs6000/vsx.md	(working copy)
@@ -1867,7 +1867,7 @@
 (define_insn_and_split "vsx_extract_v4sf"
   [(set (match_operand:SF 0 "vsx_register_operand" "=f,f")
 	(vec_select:SF
-	 (match_operand:V4SF 1 "vsx_register_operand" "<VSa>,<VSa>")
+	 (match_operand:V4SF 1 "vsx_register_operand" "wa,wa")
 	 (parallel [(match_operand:QI 2 "u5bit_cint_operand" "O,i")])))
    (clobber (match_scratch:V4SF 3 "=X,0"))]
   "VECTOR_UNIT_VSX_P (V4SFmode)"

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RS6000] vsx_extract_v4sf
  2015-06-01  6:27 [RS6000] vsx_extract_v4sf Alan Modra
@ 2015-06-01 13:13 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2015-06-01 13:13 UTC (permalink / raw)
  To: GCC Patches, Michael Meissner, Alan Modra

On Mon, Jun 1, 2015 at 2:27 AM, Alan Modra <amodra@gmail.com> wrote:
> Found today when deleting "S" constraint, unused after a local patch.
> rs6000/vsx.md:1867: error: undefined machine-specific constraint at this point: "Sa>,<VSa>"
> That can't be good says I.  An over-enthusiastic search and replace
> by the look of it.  Bootstrapped and regression tested
> powerpc64le-linux.  OK for mainline and gcc-5 branch?
>
>         * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
>         2014-08-11 change.

Okay.

Thanks, David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-01 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-01  6:27 [RS6000] vsx_extract_v4sf Alan Modra
2015-06-01 13:13 ` David Edelsohn

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