Commit ea407814 by Dale Johannesen Committed by Dale Johannesen

i386.c (nocona_cost): Increase MOVE_RATIO.

2005-08-28  Dale Johannesen  <dalej@apple.com>

        * config/i386/i386.c (nocona_cost):  Increase MOVE_RATIO.

From-SVN: r103585
parent 87e71ff4
2005-08-28 Dale Johannesen <dalej@apple.com>
* config/i386/i386.c (nocona_cost): Increase MOVE_RATIO.
2005-08-28 Andrew Pinski <pinskia@physics.uc.edu> 2005-08-28 Andrew Pinski <pinskia@physics.uc.edu>
* tree-vrp.c: Remove obsolete comment in front of vrp_initialize. * tree-vrp.c: Remove obsolete comment in front of vrp_initialize.
......
...@@ -472,7 +472,7 @@ struct processor_costs nocona_cost = { ...@@ -472,7 +472,7 @@ struct processor_costs nocona_cost = {
1, /* cost of movsx */ 1, /* cost of movsx */
1, /* cost of movzx */ 1, /* cost of movzx */
16, /* "large" insn */ 16, /* "large" insn */
9, /* MOVE_RATIO */ 17, /* MOVE_RATIO */
4, /* cost for loading QImode using movzbl */ 4, /* cost for loading QImode using movzbl */
{4, 4, 4}, /* cost of loading integer registers {4, 4, 4}, /* cost of loading integer registers
in QImode, HImode and SImode. in QImode, HImode and SImode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment