From: Uros Bizjak Date: Thu, 12 Jan 2012 10:33:42 +0000 (+0100) Subject: i386.md (*zero_extendsidi2_rex64): Correct movl template. X-Git-Tag: releases/gcc-4.6.3~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f34eceef36e789a746bf158f3ef742ca825e02b;p=thirdparty%2Fgcc.git i386.md (*zero_extendsidi2_rex64): Correct movl template. * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template. (x86_shift_adj_1): Remove operand constraint from operand 3. From-SVN: r183125 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a7fcb1769d7f..d18fb9dfb6ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-12 Uros Bizjak + + * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template. + (x86_shift_adj_1): Remove operand constraint from operand 3. + 2012-01-10 Joseph Myers Revert: @@ -19,8 +24,7 @@ 2012-01-09 Richard Sandiford - * config/mips/mips.md (loadgp_newabi_): Add missing - earlyclobber. + * config/mips/mips.md (loadgp_newabi_): Add missing earlyclobber. 2012-01-09 Eric Botcazou @@ -80,8 +84,7 @@ PR tree-optimization/49651 * tree-ssa-structalias.c (type_can_have_subvars): New function. (var_can_have_subvars): Use it. - (get_constraint_for_1): Only consider subfields if there - can be any. + (get_constraint_for_1): Only consider subfields if there can be any. 2012-01-03 Sandra Loosemore diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index b1d7e5eba433..2067674f59fa 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -3647,7 +3647,7 @@ (match_operand:SI 1 "nonimmediate_operand" "rm,0,r ,m ,r ,m")))] "TARGET_64BIT" "@ - mov\t{%k1, %k0|%k0, %k1} + mov{l}\t{%1, %k0|%k0, %1} # movd\t{%1, %0|%0, %1} movd\t{%1, %0|%0, %1} @@ -9222,7 +9222,7 @@ (match_dup 0))) (set (match_dup 1) (if_then_else:SWI48 (ne (reg:CCZ FLAGS_REG) (const_int 0)) - (match_operand:SWI48 3 "register_operand" "r") + (match_operand:SWI48 3 "register_operand" "") (match_dup 1)))] "TARGET_CMOVE" "operands[4] = GEN_INT (GET_MODE_BITSIZE (mode));")