]> gcc.gnu.org Git - gcc.git/commit
re PR target/20342 (ICE in spill_failure, at reload1.c:1872)
authorRichard Henderson <rth@redhat.com>
Tue, 5 Apr 2005 22:53:08 +0000 (15:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 5 Apr 2005 22:53:08 +0000 (15:53 -0700)
commitb4e82619bca237b96d0a85da90d4f67c71428f99
tree98aa6b43aa9c1823b585cac4ca25a427d8f49bd7
parentaca32e16b027b8b454e1c0ae3ee2e9825fb17bb4
re PR target/20342 (ICE in spill_failure, at reload1.c:1872)

        PR target/20342
        PR target/20447
        * config/i386/i386.c (print_operand): Handle vector zeros.
        (ix86_split_to_parts): Handle CONST_VECTOR.
        (ix86_hard_regno_mode_ok): Allow MMX modes in general regs.
        (ix86_modes_tieable_p): Use ix86_hard_regno_mode_ok to decide
        what modes to tie for MMX and SSE registers.
        * config/i386/i386.h (MMX_REG_MODE_P): Remove.
        * config/i386/i386.md: Extend move 0 -> xor peephole to apply
        to vector modes as well.
        * config/i386/predicates.md (const0_operand): Handle VOIDmode
        properly as an input mode.

From-SVN: r97663
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/config/i386/predicates.md
This page took 0.061264 seconds and 5 git commands to generate.