From de1da18e7f2f7708ae0f21f7d3905e8de7a5cee4 Mon Sep 17 00:00:00 2001 From: hjl Date: Thu, 20 Oct 2011 19:29:52 +0000 Subject: [PATCH] Change Atom align_loops_max_skip to 15. 2011-10-20 Sergey Ostanevich 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 | 6 ++++++ gcc/config/i386/i386.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4e16e1..cacb123 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-10-20 Sergey Ostanevich + + PR target/50572 + * config/i386/i386.c (processor_target_table): Change Atom + align_loops_max_skip to 15. + 2011-10-20 Richard Henderson * target.def (builtin_vec_perm): Remove. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 7750356..a6cb7a3 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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] = -- 2.7.4