OSDN Git Service

Change Atom align_loops_max_skip to 15.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2011 19:29:52 +0000 (19:29 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2011 19:29:52 +0000 (19:29 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180268 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f4e16e1..cacb123 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 7750356..a6cb7a3 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] =