-
- Downloads
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
Showing
- gcc/ChangeLog 15 additions, 0 deletionsgcc/ChangeLog
- gcc/config/i386/i386.c 49 additions, 11 deletionsgcc/config/i386/i386.c
- gcc/config/i386/i386.h 0 additions, 5 deletionsgcc/config/i386/i386.h
- gcc/config/i386/i386.md 5 additions, 7 deletionsgcc/config/i386/i386.md
- gcc/config/i386/predicates.md 6 additions, 2 deletionsgcc/config/i386/predicates.md
Loading
Please register or sign in to comment