Revert r206010.
authorKirill Yukhin <kyukhin@gcc.gnu.org>
Mon, 16 Dec 2013 14:04:02 +0000 (14:04 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Mon, 16 Dec 2013 14:04:02 +0000 (14:04 +0000)
From-SVN: r206016

gcc/ChangeLog
gcc/config/i386/i386.c

index d6d0183..f279da3 100644 (file)
        GOMP_SIMD* internal calls, also perform the reduction operation
        on the outer var rather than simple assignment.
 
-2013-12-16  Yuri Rumyantsev  <ysrumyan@gmail.com>
-
-       * config/i386/i386.c (slm_cost): Fix imul cost for HI.
-
 2013-12-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/58956
index f7dfb41..ecf5e0b 100644 (file)
@@ -1607,7 +1607,7 @@ struct processor_costs atom_cost = {
   COSTS_N_INSNS (1),                   /* variable shift costs */
   COSTS_N_INSNS (1),                   /* constant shift costs */
   {COSTS_N_INSNS (3),                  /* cost of starting multiply for QI */
-   COSTS_N_INSNS (3),                  /*                               HI */
+   COSTS_N_INSNS (4),                  /*                               HI */
    COSTS_N_INSNS (3),                  /*                               SI */
    COSTS_N_INSNS (4),                  /*                               DI */
    COSTS_N_INSNS (2)},                 /*                            other */