mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 15:41:21 +08:00
improve test for last change
From-SVN: r14046
This commit is contained in:
parent
6e6a07d299
commit
95e8f2f306
@ -2138,7 +2138,7 @@
|
||||
(match_operand:SI 2 "const_int_operand" "i"))
|
||||
(lshiftrt:SI (match_operand:SI 3 "gpc_reg_operand" "r")
|
||||
(match_operand:SI 4 "const_int_operand" "i")))]
|
||||
"(32 - INTVAL (operands[4])) >= INTVAL (operands[1])"
|
||||
"(32 - (INTVAL (operands[4]) & 31)) >= INTVAL (operands[1])"
|
||||
"*
|
||||
{
|
||||
int shift = INTVAL (operands[4]) & 31;
|
||||
|
Loading…
x
Reference in New Issue
Block a user