]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Change Atom align_loops_max_skip to 15.
authorSergey Ostanevich <sergos.gnu@gmail.com>
Thu, 20 Oct 2011 19:29:52 +0000 (19:29 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 20 Oct 2011 19:29:52 +0000 (12:29 -0700)
2011-10-20  Sergey Ostanevich  <sergos.gnu@gmail.com>

PR target/50572
* config/i386/i386.c (processor_target_table): Change Atom
align_loops_max_skip to 15.

From-SVN: r180268

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

index f4e16e19157aa901d7b7e3a7e1fdaa6c68281704..cacb123da95a9f3b17ae38c19a2c0e0803b8ab2f 100644 (file)
@@ -1,3 +1,9 @@
+2011-10-20  Sergey Ostanevich  <sergos.gnu@gmail.com>
+
+       PR target/50572
+       * config/i386/i386.c (processor_target_table): Change Atom
+       align_loops_max_skip to 15.
+
 2011-10-20  Richard Henderson  <rth@redhat.com>
 
        * target.def (builtin_vec_perm): Remove.
index 775035627f868a421adcad3179c05b12568ae878..a6cb7a3a7cc57f5091d389363013b61d9d83218c 100644 (file)
@@ -2595,7 +2595,7 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
   {&bdver1_cost, 32, 24, 32, 7, 32},
   {&bdver2_cost, 32, 24, 32, 7, 32},
   {&btver1_cost, 32, 24, 32, 7, 32},
-  {&atom_cost, 16, 7, 16, 7, 16}
+  {&atom_cost, 16, 15, 16, 7, 16}
 };
 
 static const char *const cpu_names[TARGET_CPU_DEFAULT_max] =