We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6623d commit 3fc604fCopy full SHA for 3fc604f
gcc/ChangeLog
@@ -1,3 +1,8 @@
1
+2009-12-05 Richard Earnshaw <[email protected]>
2
+
3
+ * arm/thumb2.md (thumb2_mulsi_short_compare0): Use a low-register
4
+ for the scratch.
5
6
2009-12-04 David Daney <[email protected]>
7
8
PR rtl-optimization/42164
gcc/config/arm/thumb2.md
@@ -1310,7 +1310,7 @@
1310
(mult:SI (match_operand:SI 1 "register_operand" "%0")
1311
(match_operand:SI 2 "register_operand" "l"))
1312
(const_int 0)))
1313
- (clobber (match_scratch:SI 0 "=r"))]
+ (clobber (match_scratch:SI 0 "=l"))]
1314
"TARGET_THUMB2 && optimize_size"
1315
"muls\\t%0, %2, %0"
1316
[(set_attr "length" "2")
0 commit comments