* i386.c (znver1_cost): Set branch_cost to 3 (instead of 2)
to improve monte carlo in scimark.
From-SVN: r253449
+2017-10-05 Jan Hubicka <hubicka@ucw.cz>
+
+ * i386.c (znver1_cost): Set branch_cost to 3 (instead of 2)
+ to improve monte carlo in scimark.
+
2017-10-05 Jan Hubicka <hubicka@ucw.cz>
* i386.c (ix86_size_cost, i386_cost, i486_cost, pentium_cost,
to limit number of prefetches at all, as their execution also takes some
time). */
100, /* number of parallel prefetches. */
- 2, /* Branch cost. */
+ 3, /* Branch cost. */
COSTS_N_INSNS (6), /* cost of FADD and FSUB insns. */
COSTS_N_INSNS (6), /* cost of FMUL instruction. */
COSTS_N_INSNS (42), /* cost of FDIV instruction. */