mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 00:51:00 +08:00
Update HImode imul cost for Silvermont
2013-12-13 Yuri Rumyantsev <ysrumyan@gmail.com> * config/i386/i386.c (slm_cost): Fix imul cost for HI. From-SVN: r205962
This commit is contained in:
parent
b83b550780
commit
b0d97c3387
@ -1,3 +1,7 @@
|
||||
2013-12-13 Yuri Rumyantsev <ysrumyan@gmail.com>
|
||||
|
||||
* config/i386/i386.c (slm_cost): Fix imul cost for HI.
|
||||
|
||||
2013-12-13 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
PR tree-optimization/58296
|
||||
|
@ -1684,7 +1684,7 @@ struct processor_costs slm_cost = {
|
||||
COSTS_N_INSNS (1), /* variable shift costs */
|
||||
COSTS_N_INSNS (1), /* constant shift costs */
|
||||
{COSTS_N_INSNS (3), /* cost of starting multiply for QI */
|
||||
COSTS_N_INSNS (4), /* HI */
|
||||
COSTS_N_INSNS (3), /* HI */
|
||||
COSTS_N_INSNS (3), /* SI */
|
||||
COSTS_N_INSNS (4), /* DI */
|
||||
COSTS_N_INSNS (2)}, /* other */
|
||||
|
Loading…
x
Reference in New Issue
Block a user