Move Bonnell and Silvermont entries before generic

* config/i386/i386.c (processor_target_table): Move Bonnell and
	Silvermont entries before generic.

From-SVN: r206180
This commit is contained in:
H.J. Lu 2013-12-23 17:11:00 +00:00 committed by H.J. Lu
parent f234d26028
commit 7c2539fc5a
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2013-12-23 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (processor_target_table): Move Bonnell and
Silvermont entries before generic.
2013-12-23 Bingfeng Mei <bmei@broadcom.com> 2013-12-23 Bingfeng Mei <bmei@broadcom.com>
PR middle-end/59569 PR middle-end/59569

View File

@ -2397,12 +2397,16 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
{&nocona_cost, 0, 0, 0, 0, 0}, {&nocona_cost, 0, 0, 0, 0, 0},
/* Core 2 */ /* Core 2 */
{&core_cost, 16, 10, 16, 10, 16}, {&core_cost, 16, 10, 16, 10, 16},
/* Core i7 */ /* Nehalem */
{&core_cost, 16, 10, 16, 10, 16}, {&core_cost, 16, 10, 16, 10, 16},
/* Core i7 avx */ /* Sandy Bridge */
{&core_cost, 16, 10, 16, 10, 16}, {&core_cost, 16, 10, 16, 10, 16},
/* Core avx2 */ /* Haswell */
{&core_cost, 16, 10, 16, 10, 16}, {&core_cost, 16, 10, 16, 10, 16},
/* Bonnell */
{&atom_cost, 16, 15, 16, 7, 16},
/* Silvermont */
{&slm_cost, 16, 15, 16, 7, 16},
{&generic_cost, 16, 10, 16, 10, 16}, {&generic_cost, 16, 10, 16, 10, 16},
{&amdfam10_cost, 32, 24, 32, 7, 32}, {&amdfam10_cost, 32, 24, 32, 7, 32},
{&bdver1_cost, 16, 10, 16, 7, 11}, {&bdver1_cost, 16, 10, 16, 7, 11},
@ -2410,9 +2414,7 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
{&bdver3_cost, 16, 10, 16, 7, 11}, {&bdver3_cost, 16, 10, 16, 7, 11},
{&bdver4_cost, 16, 10, 16, 7, 11}, {&bdver4_cost, 16, 10, 16, 7, 11},
{&btver1_cost, 16, 10, 16, 7, 11}, {&btver1_cost, 16, 10, 16, 7, 11},
{&btver2_cost, 16, 10, 16, 7, 11}, {&btver2_cost, 16, 10, 16, 7, 11}
{&atom_cost, 16, 15, 16, 7, 16},
{&slm_cost, 16, 15, 16, 7, 16}
}; };
static const char *const cpu_names[TARGET_CPU_DEFAULT_max] = static const char *const cpu_names[TARGET_CPU_DEFAULT_max] =