[PATCH][ARM] Disable store_minmaxsi pattern for arm_restrict_i

* config/arm/arm.md (*store_minmaxsi): Disable for arm_restrict_it.

From-SVN: r215760
This commit is contained in:
Kyrylo Tkachov 2014-10-01 13:12:37 +00:00 committed by Kyrylo Tkachov
parent 0180ac0cb2
commit c790b7febc
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-10-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (*store_minmaxsi): Disable for arm_restrict_it.
2014-09-30 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (fmodxf3): Enable for flag_finite_math_only only.

View file

@ -3449,7 +3449,7 @@
[(match_operand:SI 1 "s_register_operand" "r")
(match_operand:SI 2 "s_register_operand" "r")]))
(clobber (reg:CC CC_REGNUM))]
"TARGET_32BIT && optimize_function_for_size_p (cfun)"
"TARGET_32BIT && optimize_function_for_size_p (cfun) && !arm_restrict_it"
"*
operands[3] = gen_rtx_fmt_ee (minmax_code (operands[3]), SImode,
operands[1], operands[2]);