Change Atom align_loops_max_skip to 15.

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
This commit is contained in:
Sergey Ostanevich 2011-10-20 19:29:52 +00:00 committed by H.J. Lu
parent 76187e874a
commit 74acb076e9
2 changed files with 7 additions and 1 deletions

View 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.

View 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] =