r225616 - in /trunk/gcc: ChangeLog config/i386/...
uros@gcc.gnu.org
uros@gcc.gnu.org
Thu Jul 9 15:18:00 GMT 2015
Author: uros
Date: Thu Jul 9 15:18:44 2015
New Revision: 225616
URL: https://gcc.gnu.org/viewcvs?rev=225616&root=gcc&view=rev
Log:
PR target/66814
* config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
* config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
(varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
{GENERAL_SSE_MMX}_REG_P where appropriate.
testsuite/ChangeLog:
PR target/66814
* gcc.target/i386/pr66814.c: New test.
Added:
trunk/gcc/testsuite/gcc.target/i386/pr66814.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.md
trunk/gcc/config/i386/predicates.md
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list