+2009-07-15 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/i386/sse.md (copysign<mode>3): Allocate registers only for
+ operands[5] and operands[6].
+
2009-07-15 Jakub Jelinek <jakub@redhat.com>
PR middle-end/40747
2009-07-15 Richard Guenther <rguenther@suse.de>
PR middle-end/40753
- * alias.c (ao_ref_from_mem): Reject FUNCTION_DECL and LABEL_DECL
- bases.
+ * alias.c (ao_ref_from_mem): Reject FUNCTION_DECL and LABEL_DECL bases.
2009-07-15 Maxim Kuvyrkov <maxim@codesourcery.com>
2009-07-14 Ghassan Shobaki <ghassan.shobaki@amd.com>
- * doc/invoke.texi: Added descriptions of the
- scheduling heuristics that are enabled/disabled
- by the flags introduced by a previous patch.
+ * doc/invoke.texi: Added descriptions of the scheduling heuristics
+ that are enabled/disabled by the flags introduced by a previous patch.
2009-07-14 DJ Delorie <dj@redhat.com>
(ior:SSEMODEF2P (match_dup 5) (match_dup 6)))]
"SSE_VEC_FLOAT_MODE_P (<MODE>mode)"
{
- int i;
-
- for (i = 3; i < 7; i++)
- operands[i] = gen_reg_rtx (<MODE>mode);
-
operands[3] = ix86_build_signbit_mask (<ssescalarmode>mode, 1, 1);
operands[4] = ix86_build_signbit_mask (<ssescalarmode>mode, 1, 0);
+
+ operands[5] = gen_reg_rtx (<MODE>mode);
+ operands[6] = gen_reg_rtx (<MODE>mode);
})
;; Also define scalar versions. These are used for abs, neg, and