This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/35574] [4.4 Regression] unrecognizable insn generated for vector move



------- Comment #8 from kazu at gcc dot gnu dot org  2008-11-06 15:00 -------
Subject: Bug 35574

Author: kazu
Date: Thu Nov  6 14:59:09 2008
New Revision: 141644

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141644
Log:
        PR target/35574
        * config/sparc/constraints.md (D): New.
        * config/sparc/predicates.md (const_double_or_vector_operand):
        New.
        * config/sparc/sparc.c (sparc_extra_constraint_check): Handle the
        'D' constraint.
        * config/sparc/sparc.md (*movdf_insn_sp32_v9, *movdf_insn_sp64):
        Use the 'D' constraint in addition to 'F' in some alternatives.
        (DF splitter): Generalize for V64mode.
        * doc/md.texi (SPARC): Document the 'D' constraint.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sparc/constraints.md
    trunk/gcc/config/sparc/predicates.md
    trunk/gcc/config/sparc/sparc.md
    trunk/gcc/doc/md.texi


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35574


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]