mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
thumb2.md (thumb2_mulsi_short_compare0): Use a low-register for the scratch.
* arm/thumb2.md (thumb2_mulsi_short_compare0): Use a low-register for the scratch. From-SVN: r155011
This commit is contained in:
parent
2e6623d8fa
commit
3fc604fcde
@ -1,3 +1,8 @@
|
||||
2009-12-05 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* arm/thumb2.md (thumb2_mulsi_short_compare0): Use a low-register
|
||||
for the scratch.
|
||||
|
||||
2009-12-04 David Daney <ddaney@caviumnetworks.com>
|
||||
|
||||
PR rtl-optimization/42164
|
||||
|
@ -1310,7 +1310,7 @@
|
||||
(mult:SI (match_operand:SI 1 "register_operand" "%0")
|
||||
(match_operand:SI 2 "register_operand" "l"))
|
||||
(const_int 0)))
|
||||
(clobber (match_scratch:SI 0 "=r"))]
|
||||
(clobber (match_scratch:SI 0 "=l"))]
|
||||
"TARGET_THUMB2 && optimize_size"
|
||||
"muls\\t%0, %2, %0"
|
||||
[(set_attr "length" "2")
|
||||
|
Loading…
Reference in New Issue
Block a user