r216934 - in /branches/gcc-4_9-branch/gcc: Chan...
gjl@gcc.gnu.org
gjl@gcc.gnu.org
Thu Oct 30 13:31:00 GMT 2014
Author: gjl
Date: Thu Oct 30 13:31:50 2014
New Revision: 216934
URL: https://gcc.gnu.org/viewcvs?rev=216934&root=gcc&view=rev
Log:
gcc/
PR63633
* config/avr/avr-protos.h (regmask): New inline function.
(avr_fix_inputs, avr_emit3_fix_outputs): New protos.
* config/avr/avr.c (avr_fix_operands, avr_move_fixed_operands)
(avr_fix_inputs, avr_emit3_fix_outputs): New functions.
* config/avr/avr-fixed.md (mulqq3_nomul, muluqq3_nomul)
(mul<ALL2QA>3, mul<ALL4A>3, <usdiv><ALL1Q>3, <usdiv><ALL2QA>3)
(<usdiv><ALL4A>3, round<ALL124QA>3): Fix input operands.
* config/avr/avr-dimode.md (add<ALL8>3, sub<ALL8>3)
(<ss_addsub><ALL8S>3, <us_addsub><ALL8U>3, cbranch<ALL8>4)
(<di_shifts><ALL8>3, <any_extend>mulsidi3): Fix input operands.
* config/avr/avr.md (mulqi3_call, mulhi3_call, mulsi3, mulpsi3)
(mulu<QIHI>si3, muls<QIHI>si3, mulohisi3, <any_extend>mulhisi3)
(usmulhisi3, <any_extend>mulhi3_highpart, mulsqipsi3)
(fmul, fmuls, fmulsu): Fix operands. Turn insn into expander as
needed.
gcc/testsuite/
PR63633
* gcc.target/avr/torture/pr63633-ice-mult.c: New test.
Added:
branches/gcc-4_9-branch/gcc/testsuite/gcc.target/avr/torture/pr63633-ice-mult.c
Modified:
branches/gcc-4_9-branch/gcc/ChangeLog
branches/gcc-4_9-branch/gcc/config/avr/avr-dimode.md
branches/gcc-4_9-branch/gcc/config/avr/avr-fixed.md
branches/gcc-4_9-branch/gcc/config/avr/avr-protos.h
branches/gcc-4_9-branch/gcc/config/avr/avr.c
branches/gcc-4_9-branch/gcc/config/avr/avr.md
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list