mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:40:26 +08:00
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
This commit is contained in:
parent
87e71ff43b
commit
ea407814d0
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* tree-vrp.c: Remove obsolete comment in front of vrp_initialize.
|
||||
|
@ -472,7 +472,7 @@ struct processor_costs nocona_cost = {
|
||||
1, /* cost of movsx */
|
||||
1, /* cost of movzx */
|
||||
16, /* "large" insn */
|
||||
9, /* MOVE_RATIO */
|
||||
17, /* MOVE_RATIO */
|
||||
4, /* cost for loading QImode using movzbl */
|
||||
{4, 4, 4}, /* cost of loading integer registers
|
||||
in QImode, HImode and SImode.
|
||||
|
Loading…
x
Reference in New Issue
Block a user